dotfiles/.config/catgirl/mkconfig.sh

6 lines
99 B
Bash
Executable File

#!/bin/sh
for i in Bitreich HackInt IRCNet LiberaChat OFTC UUGRN
do
./template.sh $i > $i
done