mirror of
https://gitlab.com/manzerbredes/ina260-zmq-publisher.git
synced 2025-04-05 11:26:25 +02:00
Minor changes
This commit is contained in:
parent
5bb2a260f5
commit
10dc03b39c
1 changed files with 7 additions and 0 deletions
7
.power_unique_subscriber.sh
Normal file
7
.power_unique_subscriber.sh
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
#!/usr/bin/bash
|
||||||
|
|
||||||
|
wai=$(dirname $(readlink -f "$0")) # Current script directory
|
||||||
|
|
||||||
|
tmp=$(mktemp)
|
||||||
|
cat $@ | ${wai}/.power_unique.sh > $tmp
|
||||||
|
mv $tmp $@
|
Loading…
Add table
Reference in a new issue