Include last 100 lines in romanlog tail alias

This commit is contained in:
2025-03-03 01:22:10 -06:00
parent c980c3b868
commit a42ba0c7b3

View File

@@ -18,7 +18,7 @@ chshow() {
} }
# Remote Management # Remote Management
alias romanlog="ssh roman 'tail -F /var/log/syslog'" alias romanlog="ssh roman 'tail -F /var/log/syslog' --lines 100"
# Other aliases # Other aliases
alias gpt='chatgpt' alias gpt='chatgpt'