#!/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