<Krystof> dan-b: you've put a binary file under version control <Krystof> was that...
[sbcl.git] / tagify.sh
1 #!/bin/sh
2
3 etags `find $PWD/src -name '*.lisp' -o -name '*.c' -o -name '*.h'`