propellor spin
This commit is contained in:
parent
67bf01edab
commit
d51863e698
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue