1.0.15.41: sod this, revert to the old & simple tar-using contrib installation
[sbcl/pkhuong.git] / tagify.sh
blob02ddf3a3261db51215a0261c467d59dd36c4fc5b
1 #!/bin/sh
2 set -e
4 etags `find $PWD/src -name '*.lisp' -o -name '*.c' -o -name '*.h'`