Delete OS/bash/q2.sh

This commit is contained in:
Aadit Agrawal 2025-01-24 10:04:54 +05:30
parent bfefd523fc
commit 8f7ac1ac75

View File

@ -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"