Changeset 467
- Timestamp:
- Jan 26, 2005, 5:41:51 PM (18 years ago)
- Location:
- pwntcha/testsuite
- Files:
-
- 102 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pwntcha/testsuite/makehtml.sh
r429 r467 4 4 echo '<html><body bgcolor="#aaddff"><h1>CAPTCHA samples</h1><ul>' >> index.html 5 5 6 find -maxdepth 2 -name '*00*' | while read i; do6 find -maxdepth 2 -name '*00*' | sed 's,/$,,' | sort | while read i; do 7 7 echo "$i" 8 8 DIRNAME="`echo $i | sed 's,/[^/]*$,,'`"
Note: See TracChangeset
for help on using the changeset viewer.