mirror of
https://github.com/limosek/zaf.git
synced 2025-02-23 15:27:24 +01:00
11 lines
67 B
Bash
11 lines
67 B
Bash
#!/bin/sh
|
|
|
|
case $1 in
|
|
configure)
|
|
zaf agent-config
|
|
;;
|
|
esac
|
|
|
|
true
|
|
|