Skip to content

Instantly share code, notes, and snippets.

@byronrode
Last active August 29, 2015 14:03
Show Gist options
  • Save byronrode/a7a2c1b45d306a2edb3f to your computer and use it in GitHub Desktop.
Save byronrode/a7a2c1b45d306a2edb3f to your computer and use it in GitHub Desktop.
Textmate 2 and Tabs (Admin Privileges)
set transmitCleanup to "/Users/byronrode/Library/Caches/Cleanup At Startup/Transmit/"
do shell script "mkdir -p '" & transmitCleanup & "' | touch '" & transmitCleanup & ".tm_properties'" with administrator privileges
do shell script "echo 'projectDirectory = \"$CWD\"' > '" & transmitCleanup & ".tm_properties'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment