diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-03 18:10:01 +0500 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-03 18:10:01 +0500 |
commit | e35df8c16e2f2defb146470f1755d7ec534cf54a (patch) | |
tree | 2225ca005b7efdf31a30413e95e5c7360028160f | |
parent | README: update (diff) | |
download | wireguard-config-e35df8c16e2f2defb146470f1755d7ec534cf54a.tar.gz wireguard-config-e35df8c16e2f2defb146470f1755d7ec534cf54a.zip |
Makefile: add view
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -43,3 +43,7 @@ URL := http://localhost:4000/wireguard-config/ .PHONY: wget wget: wget --no-verbose --recursive --no-parent --convert-links --adjust-extension -e robots=off --directory-prefix=.wget -- '$(call escape,$(URL))' + +.PHONY: view +view: + xdg-open '$(call escape,$(URL))' &> /dev/null |