Sha256: 1a6c81d9d7a7aef8d9d6ab26cf98cececf8d94d3efb7c38d28f30f3d3b4cad55
Contents?: true
Size: 296 Bytes
Versions: 2
Compression:
Stored size: 296 Bytes
Contents
# Copyright: 2015 Masatake YAMATO # License: GPL-2 CTAGS=$1 ${CTAGS} --quiet --options=NONE -o - input1.c input2.c > ./12.tmp ${CTAGS} --quiet --options=NONE -o - input2.c input1.c > ./21.tmp diff ./12.tmp ./21.tmp s=$? if [ "$s" = 0 ]; then rm -f ./12.tmp rm -f ./21.tmp fi exit $s
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ctags.rb-1.1.4 | ext/vendor/ctags/Tmain/c-anon-counter.d/run.sh |
ctags.rb-1.1.3 | ext/vendor/ctags/Tmain/c-anon-counter.d/run.sh |