Skip to content

Instantly share code, notes, and snippets.

@dukex
Forked from jackbillstrom/sketch.sh
Created February 13, 2017 16:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dukex/0516642d0fc3f2f7fb253d310f708e8b to your computer and use it in GitHub Desktop.
Save dukex/0516642d0fc3f2f7fb253d310f708e8b 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