2
0
forked from Ivasoft/openwrt

add K* scripts to be run at shutdown

SVN-Revision: 7163
This commit is contained in:
Mike Baker
2007-05-10 10:07:38 +00:00
parent 15e9bc4f26
commit 291420a8f3
6 changed files with 16 additions and 8 deletions

View File

@@ -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; }