4 lines
60 B
Text
4 lines
60 B
Text
|
#!/bin/sh
|
||
|
|
||
|
echo "${1}" > "${XDG_RUNTIME_DIR}/statusupdated"
|