1# Copyright: 2018 Masatake YAMATO 2# License: GPL-2 3 4CTAGS=$1 5 6${CTAGS} --options=NONE --options=./args.ctags -o - \ 7 ./input0.foo ./input1.foo \ 8 ./input2.bar \ 9 ./input3.baz 10
1# Copyright: 2018 Masatake YAMATO 2# License: GPL-2 3 4CTAGS=$1 5 6${CTAGS} --options=NONE --options=./args.ctags -o - \ 7 ./input0.foo ./input1.foo \ 8 ./input2.bar \ 9 ./input3.baz 10