diff options
| author | Loic Guegan <loic.guegan@mailbox.org> | 2024-01-21 11:07:50 +0100 |
|---|---|---|
| committer | Loic Guegan <loic.guegan@mailbox.org> | 2024-01-21 11:07:50 +0100 |
| commit | bcd7e7f5ff6e532c512c3c9ab43a65030417e63a (patch) | |
| tree | e8459d9363e0a348a636a723bcdba54df500d21d /.clusterman_unique.sh | |
| parent | 0d8b138f10f38e3b1e58ee02e50495c079c3df35 (diff) | |
Minor changes
Diffstat (limited to '.clusterman_unique.sh')
| -rw-r--r-- | .clusterman_unique.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.clusterman_unique.sh b/.clusterman_unique.sh new file mode 100644 index 0000000..bbaa936 --- /dev/null +++ b/.clusterman_unique.sh @@ -0,0 +1,6 @@ +#!/usr/bin/env bash + +# Load configuration +wai=$(dirname $(readlink -f "$0")) # Current script directory + +$wai/.clusterman.sh $@ | $wai/.power_unique.sh |
