Code: Select all
#!/bin/sh
#
# LaunchBar Action Script
#
uuidgen | pbcopy
This is what I have done so far:
- I have created an action that is stored in /Users/myself/Library/Application Support/LaunchBar/Actions/Generate Unique Identifier.lbaction
- I have chmod u+x /Users/myself/Library/Application Support/LaunchBar/Actions/Generate Unique Identifier.lbaction/Contents/Scripts/default.sh
Thanks in advance.