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