shell.go 230 B

123456
  1. package configs
  2. const GetVoiceMailCmdPath = "/etc/scripts/getvm.sh"
  3. const WakeupCallCmdPath = "/etc/scripts/set_wakeup_call.sh"
  4. const DisaRule = "/etc/scripts/gen_dial_rule disa"
  5. const SystemInfoShell = "/etc/scripts/sysinfo.sh"