BDE Editing tools.

This commit is contained in:
ADAM David Alan Martin
2014-01-27 16:07:19 -05:00
parent d88565e76d
commit 6451f20c6d
2 changed files with 8 additions and 0 deletions

7
bin/list_components Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh
for comp in $*
do
( ls ${comp}.h ; ls ${comp}.cpp ; ls ${comp}.t.cpp ) | xargs
done

1
bin/vic Executable file
View File

@ -0,0 +1 @@
vim `list_components $*`