10 lines
175 B
Bash
Executable File
10 lines
175 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Contiki directory
|
|
CONTIKI=$1
|
|
|
|
# Simulation file
|
|
BASENAME=07-native-border-router-cooja
|
|
|
|
bash test-native-border-router.sh $CONTIKI $BASENAME fd00::204:4:4:4 60
|