8 lines
115 B
Plaintext
Executable File
8 lines
115 B
Plaintext
Executable File
# !/bin/bash
|
|
|
|
wfc_bin_dir=/opt/wfc/bin
|
|
|
|
${wfc_bin_dir}/wfccontrol.sh stop
|
|
${wfc_bin_dir}/wfcsetup.sh rm all
|
|
exit 0
|