Skip to content
Snippets Groups Projects
run 108 B
#!/bin/sh

set -e
set -u

readonly executable_name=qbar

stack build && stack exec $executable_name -- "$@"