Skip to content

Commit

Permalink
Added a clean up / deinstallation script
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingPumpkin committed Mar 7, 2024
1 parent 4d62e37 commit 88f628c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ run:

clean:
rm ./app

delete:
delete.sh
6 changes: 6 additions & 0 deletions delete.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash

trash=$(pwd)
echo "Deleting $trash"
cd ..
rm -r "$trash"

0 comments on commit 88f628c

Please sign in to comment.