Revision 16,
328 bytes
checked in by marcus, 14 years ago
(diff) |
r1 | svn | 2007-12-13 11:10:29 +0100 (Do, 13 Dez 2007) | 2 lines
Initial import
|
-
Property svn:executable set to
*
|
Line | |
---|
1 | #! /bin/csh |
---|
2 | # |
---|
3 | # file list_station_sets.csh |
---|
4 | # ===================== |
---|
5 | # |
---|
6 | # version 1, 14-Nov-2003 |
---|
7 | # |
---|
8 | # List station sets |
---|
9 | # K. Stammler. 14-Nov-2003 |
---|
10 | |
---|
11 | set xpath=$SH_ROOT/setup |
---|
12 | |
---|
13 | set num=`$xpath/noof_button_sets.csh` |
---|
14 | |
---|
15 | set cnt=1 |
---|
16 | while ($cnt <= $num) |
---|
17 | echo "" |
---|
18 | echo "set $cnt" |
---|
19 | $xpath/list_station_set.csh $cnt |
---|
20 | @ cnt = $cnt + 1 |
---|
21 | end |
---|
Note: See
TracBrowser
for help on using the repository browser.