nexopener (178B)
1 #!/bin/sh 2 3 if [ $# -lt 1 ]; 4 then 5 printf "usage: %s URI\n" "$(basename "$0")" >&2 6 exit 1 7 fi 8 9 mkdir -p $HOME/Downloads 10 cd $HOME/Downloads 11 12 $XTERM -e sh -c "$PLUMB_NEX \"$1\"" & 13
![]() | plumberPlumber – a modern approach to plumbing |
git clone git://r-36.net/plumber | |
Log | Files | Refs | README | LICENSE |