Tomáš Pecka | 9fa5f6a | 2021-04-13 11:36:11 +0200 | [diff] [blame] | 1 | #!/bin/bash |
2 | |||||
3 | # $1 should be sudo executable | ||||
4 | "$1" ip link del czechlight0 type dummy || true | ||||
Tomáš Pecka | f910893 | 2021-06-01 10:19:36 +0200 | [diff] [blame] | 5 | "$1" ip link del czechlight_br0 type dummy || true |