4 lines
59 B
Plaintext
4 lines
59 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
"$@"
|
||
|
exec kill -USR1 $(pidof i3status)
|