1
0
Fork 0
mirror of https://github.com/SinTan1729/random.git synced 2024-12-25 20:58:37 -06:00
This commit is contained in:
Sayantan Santra 2022-01-22 20:22:00 -06:00
parent 78e4407287
commit 77428d55eb

5
makebk
View file

@ -2,11 +2,6 @@
# This simply makes a backup of a file as filename.bak
if [[ -n "$1" ]];
then
cp "$1"{,.bak}
fi
if [ $# -ge 1 ]; then
for f in $@
do