mirror of
https://github.com/vitodeploy/vito.git
synced 2025-04-22 03:02:20 +00:00
8 lines
140 B
Bash
8 lines
140 B
Bash
if [ -f __path__ ]; then
|
|
if [ -n __lines__ ]; then
|
|
sudo tail -n __lines__ __path__
|
|
else
|
|
sudo cat __path__
|
|
fi
|
|
fi
|