4 lines
45 B
Plaintext
4 lines
45 B
Plaintext
|
#!/bin/bash
|
||
|
/usr/sbin/ethtool -r eth0
|
||
|
exit 0
|