Last active
August 29, 2015 14:03
-
-
Save byronrode/a7a2c1b45d306a2edb3f to your computer and use it in GitHub Desktop.
Textmate 2 and Tabs (Admin Privileges)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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