Rev 12498 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
23 | reyssat | 1 | |
2 | !if $auth_login=$empty |
||
12498 | bpr | 3 | job=auth |
4 | !exit |
||
23 | reyssat | 5 | !endif |
6 | |||
7 | selectshow=!text select $searchchars in $selectshow |
||
8 | authdir=$devdir |
||
9 | |||
10 | !if $selectshow!=$empty |
||
12498 | bpr | 11 | select=tt=`echo "$$$$tt" | egrep '$selectshow'` |
23 | reyssat | 12 | !else |
12498 | bpr | 13 | !reset select |
23 | reyssat | 14 | !endif |
15 | |||
16 | existing=!sh tt=`ls $devdir`\ |
||
14348 | bpr | 17 | echo "$$tt" | grep -c .\ |
18 | $select\ |
||
19 | echo "$$tt" | head -$maxlist |
||
23 | reyssat | 20 | existing=!replace word $devdir by in $existing |
21 | totalcnt=!line 1 of $existing |
||
22 | existing=!line 2 to -1 of $existing |
||
23 | existing=!words2items $existing |
||
24 | existcnt=!itemcnt $existing |
||
25 | |||
26 | !for i in $deflist |
||
12498 | bpr | 27 | i_$i= |
23 | reyssat | 28 | !next i |
29 |