diff options
Diffstat (limited to 'agent/rhctl')
-rwxr-xr-x | agent/rhctl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/agent/rhctl b/agent/rhctl new file mode 100755 index 0000000..bb923c7 --- /dev/null +++ b/agent/rhctl @@ -0,0 +1,6 @@ +#!/bin/sh + +echo "<<<rhctl>>>" +curl http://localhost:4080/api/state + +exit 0 |