Skip to content

Instantly share code, notes, and snippets.

@theredpea
Created May 15, 2017 17:55
Show Gist options
  • Save theredpea/821d2138d1fffcbbe0f59f22865e9ac2 to your computer and use it in GitHub Desktop.
Save theredpea/821d2138d1fffcbbe0f59f22865e9ac2 to your computer and use it in GitHub Desktop.
#!/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