diff --git a/OS/bash/q2.sh b/OS/bash/q2.sh deleted file mode 100644 index c99057c..0000000 --- a/OS/bash/q2.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -echo "Deleteing the following files" - -for file in "$@";do -echo "$file" -rm -i "$file" -done - -echo "All files deleted successfully"