Feature/add remote server logs (#159)

This commit is contained in:
Borja Jiménez
2024-04-14 14:34:47 +02:00
committed by GitHub
parent 75aed62d75
commit 4517ca7d2a
25 changed files with 385 additions and 26 deletions

View File

@ -1 +1,7 @@
[ -f __path__ ] && cat __path__
if [ -f __path__ ]; then
if [ -n __lines__ ]; then
sudo tail -n __lines__ __path__
else
sudo cat __path__
fi
fi