Created
September 26, 2022 23:02
-
-
Save rstradling/3d02c6fcd69c55ebb9cbe336a31e1fce to your computer and use it in GitHub Desktop.
Bash file for Brett
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/bash | |
mkdir crappy | |
ls -al crappy | |
echo "Deleting directory" | |
ITEM="crappy" | |
rm -rf "$ITEM" | |
ls -al crappy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment