Last active
September 18, 2017 09:08
-
-
Save acanakoglu/fe354a84b13e7e863baa8260ecabecc0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
rm build -R | |
npm install | |
#node ./Makefile.dryice.js full | |
node ./Makefile.dryice.js | |
rm -R /home/canakoglu/Documents/IdeaProjects/GMQL/GMQL-WEB/public/ace/src | |
mv build/src/ ~/Documents/IdeaProjects/GMQL/GMQL-WEB/public/ace/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment