1# Copyright: 2018 Masatake YAMATO 2# License: GPL-2 3 4CTAGS=$1 5${CTAGS} --options=NONE --options=./args.ctags --sort=no -o - ./input.foo ./input2.foo 6