Skip to content

Commit

Permalink
minor fix in soluc. 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Chantreux committed May 13, 2016
1 parent ebbb523 commit 66b07ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exos/1/zsh1.exo
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ soit un script smart-columns.hs dont je sais
je veux me rendre

Solution1: cd $( dirname $( locate smart-columns.hs ) )
Solution2: cd $( locate smart-columns.hs )(:h)
Solution2: cd $( locate smart-columns.hs )(:h:h)

}}}

0 comments on commit 66b07ec

Please sign in to comment.