Revisions

gist: 207961 Download_button fork
public
Public Clone URL: git://gist.github.com/207961.git
Embed All Files: show embed
safe_simplenote_sync.sh #
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash
 
cd "/Users/_YOU_/Library/Application Support/Notational Data/"
 
# Make sure you've already set up the git repo
 
git add .
git commit -a -m "Simplenote Sync"
 
# Get SimplenoteSync here: http://fletcherpenney.net/other_projects/simplenotesync/
 
/PATH/TO/SimplenoteSync/SimplenoteSync.pl