5 lines
128 B
Shell
Executable file
5 lines
128 B
Shell
Executable file
#!/bin/sh
|
|
set -e
|
|
printf '\033]0;%s\033\\' "[log] ImapGoose"
|
|
dinitctl start imapgoose
|
|
exec tail -n +1 -F ~/tmp/log/imapgoose.log
|