1#!/bin/sh 2 3# Copyright: 2018 Masatake YAMATO 4# License: GPL-2 5 6CTAGS=$1 7 8$CTAGS --quiet --options=NONE -o - -B --excmd=combine input.cpp 9