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