Skip to content

Instantly share code, notes, and snippets.

@jackbillstrom
Created August 13, 2015 08:16
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save jackbillstrom/0de4293e56f187eb5cea to your computer and use it in GitHub Desktop.
Save jackbillstrom/0de4293e56f187eb5cea to your computer and use it in GitHub Desktop.
The magic timetraveler script for Sketch trial
#!/bin/sh
echo "Traveling back in time..."
date 0318125013
echo "Opening Sketch..."
open -a Sketch
echo "Traveling to present time..."
ntpdate -u time.apple.com
echo "Done..."
exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment