summaryrefslogtreecommitdiff
path: root/.power_unique_subscriber.sh
blob: 75df79d15f5fad84fe817f0e4b081498f87a23b5 (plain)
1
2
3
4
5
6
7
#!/usr/bin/bash

wai=$(dirname $(readlink -f "$0")) # Current script directory

tmp=$(mktemp)
cat $@ | ${wai}/.power_unique.sh > $tmp
mv $tmp $@