6 lines
99 B
Bash
6 lines
99 B
Bash
|
#!/bin/sh
|
||
|
for i in Bitreich HackInt IRCNet LiberaChat OFTC UUGRN
|
||
|
do
|
||
|
./template.sh $i > $i
|
||
|
done
|