Delete OS/bash/q1.sh

This commit is contained in:
Aadit Agrawal 2025-01-24 10:04:42 +05:30
parent 875658414f
commit bfefd523fc

View File

@ -1,7 +0,0 @@
#!/bin/sh
echo "Entered file will be copied"
cp "$1" "duplicate_$1"
echo "File duplicated"