1 line
78 B
Bash
1 line
78 B
Bash
|
for i in $(ls *.conf); do nmcli connection import type wireguard file $i; done
|