Initial commit of files
This commit is contained in:
5
sbin-scripts/can-down
Executable file
5
sbin-scripts/can-down
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
killall candump 2> /dev/null
|
||||
|
||||
ifconfig can0 down 2> /dev/null
|
||||
Reference in New Issue
Block a user