xref: /Universal-ctags/Tmain/dot-ctags-with-indentation.d/run.sh (revision cd938e9b287ebafc03eeb865dcf83890be9728a1)
1# Copyright: 2015 Masatake YAMATO
2# License: GPL-2
3
4CTAGS=$1
5
6${CTAGS} --options=NONE --options=./args.ctags --_force-quit=0
7exit $?
8