-rwxr-xr-x | scripts/saveall.sh | 12 |
diff --git a/scripts/saveall.sh b/scripts/saveall.sh index 36d4eda5..347e0158 100755 --- a/scripts/saveall.sh +++ b/scripts/saveall.sh @@ -1,6 +1,6 @@ -#!/bin/bash
-
-find gsl-shell -not -regex '.*\.\(dll\|exe\|a\|o\)' -a -not -name '*~' -a -not -regex '.*\/\.\(deps\|svn\|libs\).*' > /c/temp/list.txt
-
-tar czvf /c/temp/1ドル /c/temp/list.txt
-
+#!/bin/bash + +find gsl-shell -not -regex '.*\.\(dll\|exe\|a\|o\)' -a -not -name '*~' -a -not -regex '.*\/\.\(deps\|svn\|libs\).*' > /c/temp/list.txt + +tar czvf /c/temp/1ドル /c/temp/list.txt + |