mirror of
https://github.com/eddyem/eddys_snippets.git
synced 2025-12-06 02:35:12 +03:00
5 lines
88 B
Bash
Executable File
5 lines
88 B
Bash
Executable File
#!/bin/sh
|
|
|
|
ip link set can0 type can bitrate 100000 triple-sampling on
|
|
ifconfig can0 up
|