root/lamer/mod_yafc.sh

Revision 1, 140 bytes (checked in by haypo, 1 year ago)

Import lamer project from https://haypo@svn.berlios.de/svnroot/repos/happyboom/haypo/lamer (rev 468)

  • Property svn:mime-type set to text/x-sh
  • Property svn:eol-style set to LF
  • Property svn:executable set to *
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.