3
0
mirror of https://github.com/pragma-/pbot.git synced 2025-02-11 12:00:53 +01:00

11 lines
115 B
Bash
Executable File

#!/bin/sh
for script in add-*
do
if [ $script = 'add-all' ]; then
continue
fi
./$script
done