idiosyn/package/wayland-headless/xvfb-run.sh

13 lines
157 B
Bash
Raw Normal View History

#!@runtimeShell@
set -o errexit
set -o nounset
set -o pipefail
# Discard all options
while [[ "$1" =~ ^- ]]; do
shift
done
exec '@out@/bin/wl-run' "$@"