IngRRD/lib/rrdcreate
2015-02-06 10:06:36 +01:00

6 lines
69 B
Bash

#!/bin/bash
rrdcreate() {
rrdtool restore ingress.xml "$rrdfile"
}