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