6 lines
98 B
Bash
6 lines
98 B
Bash
#!/bin/bash
|
|
|
|
if [[ -p /tmp/i3_lemonbar2_$USER ]]; then
|
|
echo "$@" > /tmp/i3_lemonbar2_$USER
|
|
fi
|