Fix sxmo_modemlog.sh to use st -f
This commit is contained in:
parent
2a925ed1a0
commit
521243a407
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
#!/usr/bin/env sh
|
||||
LOGDIR="$XDG_CONFIG_HOME"/sxmo/modem
|
||||
st -fn "Terminus-14" -e tail -f "$LOGDIR"/modemlog.tsv
|
||||
st -f "Terminus-14" -e tail -f "$LOGDIR"/modemlog.tsv
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue