regeneration

This commit is contained in:
Yann Esposito (Yogsototh) 2012-01-02 21:49:11 +01:00
parent c8fbd8f9d1
commit 07fd03c13b

View file

@ -1,6 +1,6 @@
#!/usr/bin/env zsh #!/usr/bin/env zsh
if [[ $HOST = "YiMac.local" ]]; then if [[ $HOST = "iMac-de-Yann.local" ]]; then
cd $HOME/Sites/webroot cd $HOME/Sites/webroot
git co master git co master
(( $? == 0 )) || { exit 1 } (( $? == 0 )) || { exit 1 }