functions.sh 103 B

123456
  1. function MLOG()
  2. {
  3. msg=$1
  4. d=$(date '+%D %T')
  5. echo "$d ---> $1" >> /var/log/oem-config.log
  6. }