mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-13 06:33:27 +01:00
4 lines
73 B
Bash
4 lines
73 B
Bash
|
#!/bin/bash -e
|
||
|
|
||
|
exec tail -c +0 -F ${SNAP_DATA}/.bitmonero/bitmonero.log
|