mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
4 lines
73 B
Bash
4 lines
73 B
Bash
|
#!/bin/bash -e
|
||
|
|
||
|
exec tail -c +0 -F ${SNAP_DATA}/.bitmonero/bitmonero.log
|