5 lines
59 B
Plaintext
5 lines
59 B
Plaintext
|
#!/bin/sh
|
||
|
set -e
|
||
|
cd $(dirname $0)
|
||
|
./predict_disk_full /var
|