diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2019-08-25 06:06:41 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2019-08-25 06:06:41 +0200 |
commit | 16e27beaa24c6c551eaa0d3e6d115017939593a1 (patch) | |
tree | 61aea994bfc76e9f0053b26a42406e456c2a962e /remote/kit.sh | |
parent | b2d1ca40d5bd1015a37cc243000b636eefc3d128 (diff) | |
download | conky-16e27beaa24c6c551eaa0d3e6d115017939593a1.tar.gz conky-16e27beaa24c6c551eaa0d3e6d115017939593a1.tar.bz2 conky-16e27beaa24c6c551eaa0d3e6d115017939593a1.tar.xz conky-16e27beaa24c6c551eaa0d3e6d115017939593a1.zip |
Support multi-reports
Diffstat (limited to 'remote/kit.sh')
-rwxr-xr-x | remote/kit.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/remote/kit.sh b/remote/kit.sh new file mode 100755 index 0000000..9bdbeae --- /dev/null +++ b/remote/kit.sh @@ -0,0 +1,9 @@ +#! /bin/bash + +. lib/status.sh + +run kaas.sh +run adei.sh +run ipeserv.sh + +wait |