Added quiet function to run command in background.

pull/28/head
Mark Szymanski 2010-11-20 16:27:47 -06:00
parent 7f721fe5e7
commit 62295973ca
1 changed files with 4 additions and 0 deletions

View File

@ -30,6 +30,10 @@ pri() {
ri -T "${1}" | open -f -a $PREVIEW
}
quiet() {
$* &> /dev/null &
}
banish-cookies() {
rm -r ~/.macromedia ~/.adobe
ln -s /dev/null ~/.adobe