aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/wm/protocol/sync
diff options
context:
space:
mode:
Diffstat (limited to 'sys/cmd/wm/protocol/sync')
-rwxr-xr-xsys/cmd/wm/protocol/sync6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/cmd/wm/protocol/sync b/sys/cmd/wm/protocol/sync
deleted file mode 100755
index 19a728a..0000000
--- a/sys/cmd/wm/protocol/sync
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-for base in wlr-layer-shell-unstable-v1.xml
-do
- curl https://raw.githubusercontent.com/swaywm/wlroots/master/protocol/$base --output $base
-done