projects
/
feisty_meow.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
tossing unneeded references to dead hierarchy.
[feisty_meow.git]
/
scripts
/
devices
/
zaurus_usb.sh
1
#!/bin/bash
2
modprobe usb-uhci
3
ifconfig eth1 42.56.70.1 netmask 255.255.255.255 up
4
route add -host 42.56.70.2 eth1
5