4 lines
75 B
Bash
4 lines
75 B
Bash
#!/bin/bash
|
|
|
|
ip link set can0 type can bitrate 1000000
|
|
ip link set up can0
|