Skip to content

Instantly share code, notes, and snippets.

@GuillaumeGomez
Last active August 29, 2015 14:09
Show Gist options
  • Save GuillaumeGomez/22eedaa2bc9a0c8e2fbe to your computer and use it in GitHub Desktop.
Save GuillaumeGomez/22eedaa2bc9a0c8e2fbe to your computer and use it in GitHub Desktop.
#!/bin/sh
cd test
haxe BelugaTest.hxml && (sudo cp -rf bin/php/* /var/www/html/ && echo "done !") || echo "error !"
cd ..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment