Initial commit
This commit is contained in:
commit
529efd53a1
140 changed files with 10310 additions and 0 deletions
11
rrdtools/rrd-generate.sh
Executable file
11
rrdtools/rrd-generate.sh
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
#!/bin/sh
|
||||
|
||||
MYDIR=`dirname $0`
|
||||
|
||||
cd ${MYDIR}
|
||||
|
||||
for PRG in `ls scripts/*.sh`; {
|
||||
|
||||
sh ${PRG} && echo $PRG
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue