7 lines
90 B
Bash
7 lines
90 B
Bash
|
#!/bin/vbash
|
||
|
|
||
|
command="$@"
|
||
|
|
||
|
source /opt/vyatta/etc/functions/script-template
|
||
|
|
||
|
run $command
|