Created
January 13, 2014 17:04
-
-
Save anoved/8403862 to your computer and use it in GitHub Desktop.
Tcl launcher script for Linux RepetierHost
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
#!/usr/bin/tclsh | |
# determine application directory automatically rather than rely on hard-coded path | |
cd [set dir [file dirname [file normalize [info script]]]] | |
exec /usr/bin/mono RepetierHost.exe -home $dir & |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment