I am assuming most of us here are familiar with Quicksilver. I wrote a bash script to open a project and some of its files in Textmate in an obvious fashion:
#!/bin/bash mate ~/Documents/infodump mate ~/Documents/infodump/tsks.txt
How can I run this script using Quicksilver? Only way I can is by running this script file using "Run in Terminal." "Run" by itself doesn't do anything with the script file.
Thanks Raheel