Skip to content

Instantly share code, notes, and snippets.

@anoved
Created January 13, 2014 17:04
Show Gist options
  • Save anoved/8403862 to your computer and use it in GitHub Desktop.
Save anoved/8403862 to your computer and use it in GitHub Desktop.
Tcl launcher script for Linux RepetierHost
#!/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