8 lines
113 B
Bash
Executable File
8 lines
113 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
i3status | while :
|
|
do
|
|
read line
|
|
echo "$(~/.borg/bakage.sh)d ★ ${line}" || exit 1
|
|
done
|