Delete OS/bash/q2.sh
This commit is contained in:
parent
bfefd523fc
commit
8f7ac1ac75
@ -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"
|
Loading…
x
Reference in New Issue
Block a user