6 lines
64 B
Bash
6 lines
64 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
. ./db.sh
|
||
|
|
||
|
/usr/local/bin/cic-notify-tasker -vv $@
|