7 lines
204 B
Bash
Executable File
7 lines
204 B
Bash
Executable File
#!/bin/sh
|
|
# activate ethernet interface
|
|
# TODO disable wifi, clear routing table, message if no usb swithc plugged)
|
|
# TODO doas nopass for all commands
|
|
# TODO check internet cx
|
|
doas sh /etc/netstart ure0
|