Skip to content

Instantly share code, notes, and snippets.

@Xjs
Created July 31, 2010 20:42
Show Gist options
  • Save Xjs/502593 to your computer and use it in GitHub Desktop.
Save Xjs/502593 to your computer and use it in GitHub Desktop.
-- --------------------------------------
-- Exec Script for Linkinus
-- Original by Jannis Andrija 'Xjs' Schnitzer
-- Version 0.1
-- --------------------------------------
on linkinuscmd(parameter)
try
set output to do shell script parameter
on error
return "/debug echo Something went wrong"
end try
end linkinuscmd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment