diff --git a/backup.sh b/backup.sh new file mode 100644 index 00000000..53907320 --- /dev/null +++ b/backup.sh @@ -0,0 +1,5 @@ +#!/bin/bash +echo "This is a backup script" +# Added a new comment +echo "Add some thing" +