Browse CVS Repository
Contents of /h14m/hns-perl/test.sh
Parent Directory
| Revision Log
| Revision Graph
Revision 1.1 -
( show annotations)
( download)
( as text)
Mon Mar 6 12:51:37 2006 UTC
(18 years, 1 month ago)
by kenji
Branch: MAIN
CVS Tags: hns-2-19-8, hns-2-19-9, HEAD
File MIME type: text/x-sh
simple test script
| 1 |
#!/bin/sh |
| 2 |
# $Id: hns-setup.ja,v 1.22 2003/05/28 04:15:02 togawa Exp $ |
| 3 |
|
| 4 |
# testing perl syntax in cgi |
| 5 |
|
| 6 |
cgi="admini.cgi headline.cgi make-rurimap.cgi view.cgi |
| 7 |
board.cgi index.cgi rotate_log.cgi webif.cgi |
| 8 |
clear_cache.cgi intelli-search.pl rss.cgi |
| 9 |
config.ph log.cgi title.cgi |
| 10 |
di.cgi logging.pl title_wrapper.cgi |
| 11 |
" |
| 12 |
|
| 13 |
for i in $cgi |
| 14 |
do |
| 15 |
#echo $i |
| 16 |
perl -c $i |
| 17 |
done |
| 18 |
|
|