4 lines
76 B
Bash
4 lines
76 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
su -l pypo -c "tail -F /etc/service/pypo-fetch/log/main/current"
|