1
0
Fork 0
tuned/profiles/included/script.sh
2012-03-22 09:56:01 +01:00

14 lines
123 B
Bash
Executable file

#!/bin/sh
. /etc/tune-profiles/functions
start() {
echo 1 > /tmp/test.txt
return 0
}
stop() {
return 0
}
process $@