7 lines
134 B
Bash
7 lines
134 B
Bash
|
#!/bin/bash
|
||
|
_getHeader "$name" "$author"
|
||
|
|
||
|
sel=""
|
||
|
_getConfSelector monitor.conf monitors
|
||
|
_getConfEditor monitor.conf $sel
|
||
|
_reloadModule
|