Go back to topic: How to import many Wireguard VPN profiles with a basic script
Script Import-WG-Profiles.sh | Script Import-WG-Profiles.sh ``` |
done
Edit: | done ``` Edit: All characters are presenting correctly now. |
for file in *; do | for file in *.conf; do |
done | done Edit: The script contains two asterisks, which are present in what I've pasted to this post, but they are hidden from readers. How do I post code so that it appears correctly? |