#!/bin/sh CAN=can0 if [ "$1" != "" ]; then CAN="$1" fi echo setting up """$CAN""" sudo ip link set $CAN up type can bitrate 250000