import dict #45
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user