5 lines
99 B
Bash
Executable file
5 lines
99 B
Bash
Executable file
#!/bin/bash
|
|
|
|
FILEPATH="${XDG_RUNTIME_DIR}/my.itmo.pipe"
|
|
|
|
[ -f "${FILEPATH}" ] && cat "${FILEPATH}"
|