Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.
$ python -m SimpleHTTPServer 8000
Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.
$ python -m SimpleHTTPServer 8000
- aeson | |
- aeson-casing | |
- aeson-iproute | |
- aeson-pretty | |
- aeson-typescript | |
- amazonka | |
- amazonka-core | |
- amazonka-s3 | |
- amazonka-sqs | |
- async |
#!/usr/bin/env node | |
// the .mjs extension is important | |
// run this inside the directory containing the `elm.json` file | |
// (if it's not executable, run `chmod +x elm-build-cache.mjs`) | |
// with VERBOSE=1 env var it will show you results of the exec commands | |
import fs from 'fs/promises'; | |
import {exec} from 'child_process'; |