-
-
Save thomasbrueggemann/dc8dfcf0b12cc1be9399 to your computer and use it in GitHub Desktop.
Adds a timestamp to every phonegap command in order to track when it was executed, e.g. "$ pg build ios"
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 $(date +%F_%T) | |
phonegap "$@" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment