]> Joshua Wise's Git repositories - snipe.git/blob - bin/create-tags
521990ebf50eae923de6ba06dafca83b4de3164a
[snipe.git] / bin / create-tags
1 #! /bin/csh -f
2 #
3 if (-e TAGS) rm -i TAGS
4 foreach f ($*)
5  echo "\f" >> TAGS
6  echo "$f,0" >> TAGS
7  end
This page took 0.022356 seconds and 4 git commands to generate.