This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SUBSYSTEM=="tty", ATTRS{idProduct}=="7523", ATTRS{idVendor}=="1a86", ACTION=="add", RUN+="/usr/bin/systemctl restart klipper.service" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# quick script to generate simple WireGuard client configuration files. | |
# The script accepts the name of the client config as well as an optional | |
# comma-separated list of addresses that it can use. | |
# | |
# A commented example Peer section is included; Replace its values and uncomment | |
# it to use it. | |
# | |
# The generated client public key is printed. |