#!/bin/bash cd ../games zip -r ../test.zip tutorial* cd .. ./sdl-instead -install test.zip 2>tests/stderr-output.txt & sleep 0.6 xdotool key --clearmodifiers alt+q rm -f test.zip