propellor spin

This commit is contained in:
Joey Hess 2015-03-12 17:15:01 -04:00
parent 67bf01edab
commit d51863e698
Failed to extract signature
1 changed files with 2 additions and 0 deletions

View File

@ -52,6 +52,8 @@ scrollBox = propertyList "scroll server" $ props
] `onChange` (s `File.mode` (combineModes (ownerWriteMode:readModes ++ executeModes)))
& g `File.hasContent`
[ "#!/bin/sh"
, "echo Press Enter to start the game."
, "read me"
, "if ! ../../scroll/scroll; then"
, "echo Scroll seems to have ended unexpectedly. Possibly a bug.."
, "else"