4 lines
100 B
Bash
Executable File
4 lines
100 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
[ -f "/home/h/.local/share/pomo" ] && cat /home/h/.local/share/pomo || echo ""
|