Delete OS/bash/q2.sh
This commit is contained in:
parent
bfefd523fc
commit
8f7ac1ac75
1 changed files with 0 additions and 10 deletions
|
@ -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…
Add table
Reference in a new issue