#!/bin/sh
if [ "${1}" == "pre" ]; then
  modprobe -rv rtw_8822be
elif [ "${1}" == "post" ]; then
  modprobe -v rtw_8822be
fi
