Skip to content

Instantly share code, notes, and snippets.

@thomasbrueggemann
Created April 10, 2015 18:04
Show Gist options
  • Save thomasbrueggemann/dc8dfcf0b12cc1be9399 to your computer and use it in GitHub Desktop.
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"
#!/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