samples/apps/bash-script/app.sh

16 lines
736 B
Bash
Executable File

#!/usr/bin/env bash
echo "
|'-_ _-'| ____ _ _ _ _ _
| | | | _ \ (_)| | | | | | (_)
'-_|_-' | |_) | _ _ _ | | __| | _ __ __ _ ___ | | __ ___ _ ___
|'-_ _-'|'-_ _-'| | _ < | | | || || | / _\` ||'_ \ / _\ | / __|| |/ // __| | | / _ \\
| | | | | | |_) || |_| || || || (_| || |_) || (_| || (__ | < \__ \ _ | || (_) |
'-_|_-' '-_|_-' |____/ \__,_||_||_| \__,_|| .__/ \__,_| \___||_|\_\|___/(_)|_| \___/
| |
|_|
"
echo
echo "Here are the contents of the current working directory:"
ls -alHR