CC-2016: Rearrange python scripts for reusability
-moved files
This commit is contained in:
parent
f9c8a7cc11
commit
5c8719d90c
70 changed files with 0 additions and 0 deletions
15
python_apps/pypo/pypo-log.sh
Executable file
15
python_apps/pypo/pypo-log.sh
Executable file
|
@ -0,0 +1,15 @@
|
|||
#!/bin/sh
|
||||
|
||||
clear
|
||||
echo
|
||||
echo "##############################"
|
||||
echo "# STARTING PYPO MULTI-LOG #"
|
||||
echo "##############################"
|
||||
sleep 1
|
||||
clear
|
||||
|
||||
# split
|
||||
multitail -s 2 /var/log/pypo/debug.log \
|
||||
/var/log/pypo-push/log/main/current \
|
||||
/var/log/pypo-fetch/log/main/current \
|
||||
/var/log/pypo-liquidsoap/log/main/current
|
Loading…
Add table
Add a link
Reference in a new issue