forked from Ivasoft/openwrt
add K* scripts to be run at shutdown
SVN-Revision: 7163
This commit is contained in:
@@ -12,4 +12,3 @@ alias more=less
|
||||
|
||||
arp() { cat /proc/net/arp; }
|
||||
[ -z /bin/ldd ] || ldd() { LD_TRACE_LOADED_OBJECTS=1 $*; }
|
||||
reboot() { ifdown wan 2>&1 >/dev/null ; /sbin/reboot; }
|
||||
|
||||
Reference in New Issue
Block a user