Skip to content
Snippets Groups Projects
Verified Commit 058b4ad7 authored by David Beniamine's avatar David Beniamine
Browse files

Small fixes

parent 9efc15ab
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ usage(){ ...@@ -7,7 +7,7 @@ usage(){
if [ -z "$1" ] if [ -z "$1" ]
then then
usage usage
exit ! exit 1
fi fi
archive="$1" archive="$1"
...@@ -31,6 +31,6 @@ do ...@@ -31,6 +31,6 @@ do
done done
cd .. cd ..
echo "Adding skels to git" echo "Adding skels to git"
find skels -type f -exec git add {} \; find skels -exec git add {} \;
git commit -m "Skels updated" skels/ git commit -m "Skels updated" skels/
git push git push
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment