3 lines
116 B
Bash
Executable file
3 lines
116 B
Bash
Executable file
#!/usr/bin/env sh
|
|
LOGDIR="$XDG_CONFIG_HOME"/sxmo/modem
|
|
st -f "Terminus-14" -e tail -n9999 -f "$LOGDIR"/modemlog.tsv
|