mirror of
https://github.com/gatieme/LDD-LinuxDeviceDrivers.git
synced 2026-09-10 12:35:59 +08:00
6 lines
77 B
Bash
6 lines
77 B
Bash
#!/bin/sh
|
|
|
|
/sbin/ifconfig sn0 down
|
|
/sbin/ifconfig sn1 down
|
|
/sbin/rmmod snull
|