5 lines
63 B
Text
5 lines
63 B
Text
|
#!/bin/sh -e
|
||
|
chatlog=/var/log/bunkchat/chat.log
|
||
|
|
||
|
less $chatlog
|