petar.company/rrdtools/rrd-generate.sh
2025-03-01 00:58:18 +01:00

11 lines
104 B
Bash
Executable file

#!/bin/sh
MYDIR=`dirname $0`
cd ${MYDIR}
for PRG in `ls scripts/*.sh`; {
sh ${PRG} && echo $PRG
}