Quicklook Files with Hazel

I recently aided a friend in setting up an exceptionally unique idea with Hazel. He wanted to preview via Quicklook a file that he had just downloaded.
So, I created a new rule with the following embedded script:
The shell is /bin/sh still.
This one line will Quicklook any files passed through it.
So, I created a new rule with the following embedded script:
- Code: Select all
qlmanage -p "$1" >& /dev/null &
The shell is /bin/sh still.
This one line will Quicklook any files passed through it.