- Jan 24, 2020
-
-
ezsh authored
echo -e is not POSIX compliant, and as we have to use #!/bin/sh shebang line, echo might very well be unaware of "-e" argument. Therefore we replace it with printf.
-
- Jan 23, 2020
-
-
ezsh authored
This allows us to escape the SugarCube eval() environment and write normal JavaScript without assigning to the window object.
-
Pregmodder authored
This reverts merge request !5896
-
- Jan 22, 2020
-
-
ezsh authored
This allows us to escape the SugarCube eval() environment and write normal JavaScript without assigning to the window object.
-