propellor spin
This commit is contained in:
parent
75f0cb36a4
commit
93e750fc83
|
@ -48,12 +48,13 @@ scrollBox = propertyList "scroll server" $ props
|
|||
, "rm -f \"$t\""
|
||||
, "mkdir \"$t\""
|
||||
, "cd \"$t\""
|
||||
, "echo"
|
||||
, "echo Press Enter to start the game."
|
||||
, "read me"
|
||||
, "SHELL=/bin/sh script --timing=timing -c " ++ g
|
||||
] `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