Posted by grouse on Mon 2 Jun 17:08
report abuse | download | new post
- #!/usr/bin/env bash
- _PICKUPDIR="~/.pickup"
- rm -r ${_PICKUPDIR}
- mkdir -p ${_PICKUPDIR}
- for FILENAME in "$@"; do
- ln -sfv "${PWD}/${FILENAME}" ${_PICKUPDIR}
- done
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.