Add tl() to watch rccn log files

This commit is contained in:
Keith Whyte 2018-11-11 11:54:44 +00:00
parent 7c09bb9295
commit 825b7e8b6a

View file

@ -57,3 +57,6 @@ rk_imsi() {
echo echo
} }
tl() {
tail -f /var/log/rccn/*log
}