summaryrefslogtreecommitdiff
path: root/scripts/run-game
blob: 3be3551587bcfab722e22c72f19f6a81a204eaa9 (plain)
1
2
3
#!/bin/sh

exec guile -c '(use-modules (game main)) (launch-game (command-line))'