dotfiles/.config/catgirl/mkconfig.sh
2024-03-25 07:41:10 +01:00

6 lines
99 B
Bash
Executable File

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