mirror of
https://github.com/limosek/zaf.git
synced 2024-11-13 05:59:06 +01:00
9 lines
76 B
Bash
9 lines
76 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
. /etc/zaf.conf
|
||
|
. ${ZAF_LIB_DIR}/zaf.lib.sh
|
||
|
|
||
|
[ -n "$*" ] && $@
|
||
|
|
||
|
|