6 lines
86 B
Bash
6 lines
86 B
Bash
|
i3status | while :
|
||
|
do
|
||
|
read line
|
||
|
echo "mystuff | $line" || exit 1
|
||
|
done
|