Warning: this is an htmlized version!
The original is here, and the conversion rules are here. |
#!/bin/bash # (find-eev "eev-rctool" nil "THISDIR=") # (find-blogme3 "blogme3.lua" "blogmedir") # (find-blogme4 "blogme4.lua") # (find-dn5 "repl.lua") function absolute () { case $1 in /*) echo $1;; *) echo $PWD/$1;; esac; } THISSCRIPT=$(absolute $0) # THISDIR=$(cd $(dirname $THISSCRIPT); echo $PWD) cd $(dirname $THISSCRIPT) # Temporary: lua5.1 $*