Skip to content

Commit

Permalink
Fixed script errors for lab session 4
Browse files Browse the repository at this point in the history
  • Loading branch information
itkovian committed Nov 21, 2011
1 parent 316e673 commit c50e5f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion labo4.sh 100644 → 100755
Expand Up @@ -5,7 +5,7 @@ cd $HOME/code/StepCounter
modified_files=`git status . | grep "modified" | wc -l`

if [ $modified_files -eq 0 ]; then
echo << HERE
cat << HERE
Zorg ervoor dat je de bestaande code in $HOME/code/StepCounter hebt
vervangen door je eigen bestande voor de volgende bestanden:
Expand Down
2 changes: 2 additions & 0 deletions pullcounter.sh
Expand Up @@ -6,5 +6,7 @@ if [ ! -d $HOME/code ]; then
git clone git://github.com/itkovian/StepCounter.git
cd StepCounter
git checkout labo3
git checkout labo4
git checkout labo3
cd -
fi;

0 comments on commit c50e5f0

Please sign in to comment.