]> Joshua Wise's Git repositories - snipe.git/blame - bin/create-tags
Initial import of l1c
[snipe.git] / bin / create-tags
CommitLineData
12aa4087
JW
1#! /bin/csh -f
2#
3if (-e TAGS) rm -i TAGS
4foreach f ($*)
5 echo "\f" >> TAGS
6 echo "$f,0" >> TAGS
7 end
This page took 0.023596 seconds and 4 git commands to generate.