diff --git a/makebk b/makebk index 168ae35..355fe30 100644 --- a/makebk +++ b/makebk @@ -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