I just want to execute this simple script from qs: (copies current local IP to clipboard)
#!/usr/bin/env bash ipconfig getifaddr en1 | pbcopy growlnotify -m "Local IP copied to clipboard" While it will work fine if I just double click on it to run when it is executed from quicksilver it doesn't work. If I pipe the ip to the qs command however it will bring the local ip into quicksilver. Also if I choose Run In Terminal from qs rather than just Run than it works as well. Any thoughts?
