mirror of
https://gitlab.com/manzerbredes/ina260-zmq-publisher.git
synced 2025-04-05 11:26:25 +02:00
7 lines
153 B
Bash
7 lines
153 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
# Load configuration
|
||
|
wai=$(dirname $(readlink -f "$0")) # Current script directory
|
||
|
|
||
|
$wai/.clusterman.sh $@ | $wai/.power_unique.sh
|