/ Published in: Bash
1st argument to the script is the command you want to run. (i can't live without this now)
Expand |
Embed | Plain Text
#!/bin/sh man -t $1 | open -f -a preview
You need to login to post a comment.
