MIRROR: javascript for ๐Ÿœ's, a tiny runtime with big ambitions
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix typo

+1 -1
+1 -1
README.md
··· 63 63 ```js 64 64 import { $ } from 'ant:shell'; 65 65 66 - const result = await $`ls -la`; 66 + const result = $`ls -la`; 67 67 console.log(result.text()); 68 68 ``` 69 69