1 2 3 4 5 6
#!/bin/sh # example for setting up vcan0 and modules sudo modprobe can sudo modprobe vcan sudo ip link add dev $1 type vcan sudo ip link set up $1