root/lamer/mod_yafc.sh
| Revision 1, 140 bytes (checked in by haypo, 1 year ago) | |
|---|---|
| |
| Line | |
|---|---|
| 1 | #!/bin/sh |
| 2 | |
| 3 | export MOD=yafc |
| 4 | IN=~/.yafc/bookmarks |
| 5 | if [ ! -e $IN ]; then exit 0; fi |
| 6 | DIR=$(dirname $0) |
| 7 | |
| 8 | cd $DIR |
| 9 | tool/common.sh |
| 10 | tool/yafc.pl $IN |
Note: See TracBrowser for help on using the browser.
