#!/bin/sh set +x mount -t proc none /proc # can ifconfig lo up ip link add dev vcan0 type vcan ifconfig vcan0 up insmod /bin/canethgw.ko cegw --listen udp@127.0.0.1:10501 cegw --add -s can@vcan0 -d udp@127.0.0.1:10502 cegwbench -s can@vcan0 -d udp@127.0.0.1:10502 -n 10 -m oneattime