Created
May 15, 2017 17:55
-
-
Save theredpea/821d2138d1fffcbbe0f59f22865e9ac2 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 | |
echo "Current working directory '$(pwd)'" | |
echo "Writing the log files to one directory *above* $(pwd) so that changes to the log files aren't noticed by the Google App Engine" | |
read -p "Press [Enter] key to run python exe dev_appserver.py pointed at ttbtamer folder" | |
"C:/Program Files (x86)/Google/Cloud SDK/google-cloud-sdk/platform/bundledpython/python.exe" "C:/Program Files (x86)/Google/Cloud SDK/google-cloud-sdk/bin/dev_appserver.py" . 1>>../out.log 2>>../err.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment