propellor spin
This commit is contained in:
parent
d9d5bf6d44
commit
a82b7d3e00
|
@ -48,7 +48,7 @@ scrollBox = propertyList "scroll shell box" $ props
|
||||||
, "rm -f \"$t\""
|
, "rm -f \"$t\""
|
||||||
, "mkdir \"$t\""
|
, "mkdir \"$t\""
|
||||||
, "cd \"$t\""
|
, "cd \"$t\""
|
||||||
, "timeout 1d script -c ../scroll/scroll -t timing"
|
, "timeout 1d script --timing=timing -c ../../scroll/scroll"
|
||||||
, "echo Thanks for playing scroll!"
|
, "echo Thanks for playing scroll!"
|
||||||
, "echo Your game was recorded, as ID:$(basename \"$t\"), if you would like to talk about how it went."
|
, "echo Your game was recorded, as ID:$(basename \"$t\"), if you would like to talk about how it went."
|
||||||
, "echo scroll@joeyh.name / http://joeyh.name/code/scroll/"
|
, "echo scroll@joeyh.name / http://joeyh.name/code/scroll/"
|
||||||
|
|
Loading…
Reference in New Issue