#!/bin/sh

modprobe can_driver

rm -f /dev/can0
mknod /dev/can0 c 250 0
