This entire API has been carefully optimized for maximum pain output --------- Co-authored-by: Mac Malone <tydeu@hatpress.net>
7 lines
178 B
Bash
Executable file
7 lines
178 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
rm -rf .lake/build
|
|
lake exe "path with spaces"
|
|
# presence of this file should not break process spawn
|
|
touch .lake/build/bin/path
|
|
lake exe "path with spaces"
|