ls -la
This commit is contained in:
		| @@ -23,7 +23,7 @@ const picoDirPath = path.resolve(__dirname, "..", "..", "..", "pico8"); | ||||
| const picoBinPath = path.resolve(picoDirPath, "pico8"); | ||||
|  | ||||
| // const {stdout, } = await execa(picoBinPath, ["/home/dylan/.lexaloffle/pico-8/carts/candles/candles.p8", "-export", path.join(__dirname, "result.js")]); | ||||
| const {stdout, } = await execa("ls", [picoDirPath]); | ||||
| const {stdout, } = await execa("ls", ["-la", picoDirPath]); | ||||
| console.log(stdout); | ||||
|  | ||||
| const {stdout: stdout2, } = await execa(picoBinPath, ["-x"]); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 dylan
					dylan