Skip to content

Instantly share code, notes, and snippets.

@rstradling
Created September 26, 2022 23:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rstradling/3d02c6fcd69c55ebb9cbe336a31e1fce to your computer and use it in GitHub Desktop.
Save rstradling/3d02c6fcd69c55ebb9cbe336a31e1fce to your computer and use it in GitHub Desktop.
Bash file for Brett
#!/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