mirror of
/repos/baseimage-docker.git
synced 2026-06-25 13:50:50 +02:00
eb23de21d9
tail -F to continue reading new /var/log/syslog
3 lines
44 B
Bash
Executable File
3 lines
44 B
Bash
Executable File
#!/bin/sh
|
|
exec tail -F -n 0 /var/log/syslog
|