xref: /Universal-ctags/Tmain/mtable-pinning.d/run.sh (revision afcf38b2b7ab6ecee14c7d0d97e2037ac518d339)
1# Copyright: 2018 Masatake YAMATO
2# License: GPL-2
3
4CTAGS=$1
5
6${CTAGS} --options=NONE --options=./args.ctags -o - \
7		 ./input0.foo \
8		 ./input1.foo
9