Small fixes to get it to work

master
Dan 2018-05-10 19:58:46 -06:00
parent 91d285ff73
commit 7e4eca3760
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,6 @@
#!/usr/bin/sh
#!/bin/sh
slattach -v -s 9600 /dev/ttyUSB0 &
sleep 3
ifconfig sl0 10.0.0.2 dstaddr 10.0.0.1 netmask 255.255.255.0

View File

@ -1,5 +1,6 @@
#!/usr/bin/sh
#!/bin/sh
slattach -v -s 9600 /dev/ttyUSB0 &
sleep 3
ifconfig sl0 10.0.0.1 dstaddr 10.0.0.2 netmask 255.255.255.0