mirror of
https://github.com/infiniteCable2/panda.git
synced 2026-02-20 02:03:53 +08:00
5 lines
57 B
Bash
5 lines
57 B
Bash
|
|
#!/usr/bin/env bash
|
||
|
|
sudo ifconfig can0 up
|
||
|
|
make
|
||
|
|
./cantest
|