summaryrefslogtreecommitdiffstats
path: root/Scripts/vcan.sh
blob: dd857653cdb8b0f371c013e3a8c693f9ade782d7 (plain)
1
2
3
4
5
#!/bin/bash
sudo modprobe vcan
sudo ip link add dev vcan0 type vcan
sudo ip link set up vcan0
echo Virtual CAN Bus has been opened!