propellor spin
This commit is contained in:
parent
f2750857b8
commit
ec1e16a9f3
|
@ -58,7 +58,7 @@ scrollBox = propertyList "scroll server" $ props
|
||||||
, "fi"
|
, "fi"
|
||||||
, "echo Your game was recorded, as ID:$(basename \"$t\")"
|
, "echo Your game was recorded, as ID:$(basename \"$t\")"
|
||||||
, "echo if you would like to talk about how it went, email scroll@joeyh.name"
|
, "echo if you would like to talk about how it went, email scroll@joeyh.name"
|
||||||
, "echo or, type comments below (finish with a dot on its own line)"
|
, "echo 'or, type comments below (finish with a dot on its own line)'"
|
||||||
, "mail joey@kitenet.net"
|
, "mail joey@kitenet.net"
|
||||||
] `onChange` (s `File.mode` (combineModes (ownerWriteMode:readModes ++ executeModes)))
|
] `onChange` (s `File.mode` (combineModes (ownerWriteMode:readModes ++ executeModes)))
|
||||||
-- prevent port forwarding etc by not letting scroll log in via ssh
|
-- prevent port forwarding etc by not letting scroll log in via ssh
|
||||||
|
|
Loading…
Reference in New Issue