6 lines
60 B
Bash
6 lines
60 B
Bash
#!/bin/sh
|
|
#
|
|
|
|
modlog "Log Print " "$1 $2 $3 $4 $5 $6"
|
|
exit 0
|