save changes script

This commit is contained in:
TomasM
2017-10-13 04:48:32 -04:00
parent 4ce0d58c5e
commit d0d0b28b84
2 changed files with 35 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/bash
if [ "$2" = "" ]; then
echo "Usage: $0 [source directory] [target file.sb]"
echo "Usage: $0 [source_directory] [target_file.sb]"
exit 1
fi