Skip to content

Commit

Permalink
Merge pull request #581 from crhultay/patch-1
Browse files Browse the repository at this point in the history
Create watch.sh
  • Loading branch information
NuSkooler authored Nov 27, 2024
2 parents a875206 + b6f162e commit 419ec7d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions watch.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/usr/bin/env bash

LOGFILE_PATH=~/enigma-bbs/logs/enigma-bbs.log
BUNYAN_BINARY_PATH=~/enigma-bbs/node_modules/bunyan/bin/bunyan

PATH="$HOME/.local/share/mise/shims:$PATH"

tail -F $LOGFILE_PATH | $BUNYAN_BINARY_PATH

0 comments on commit 419ec7d

Please sign in to comment.