
Untitled
By:
Eagleman on
Jun 30th, 2012 | syntax:
None | size: 0.43 KB | hits: 14 | expires: Never
#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.
macchanger -m 8c:89:a5:88:6b:20 eth0
macchanger -m 8c:89:a5:88:6b:20 eth0.10
macchanger -m f8:d1:11:10:90:8a eth1
exit 0