import dict #45

Merged
defunkt merged 5 commits from import into main 2025-11-10 04:07:33 +00:00
Showing only changes of commit f58ff1785a - Show all commits

View File

@ -65,8 +65,8 @@ async function main() {
try { mkdirSync('/tmp/shrimp') } catch { }
const path = `/tmp/shrimp/${randomUUID()}.sh`
writeFileSync(path, code)
console.log(await runFile(path))
writeFileSync(path, fullCode)
await runFile(path)
return
}