1
1
Fork 0

added test.sh

This commit is contained in:
David Starzengruber 2011-01-20 23:00:27 +01:00
parent 7b7387535c
commit 130feaab6f
1 changed files with 16 additions and 0 deletions

16
test.sh Executable file
View File

@ -0,0 +1,16 @@
#!/bin/bash
update()
{
git pull origin master
}
if [ $1 = "update" ]; then
update
fi
echo "end of script"