Skip to content

rethab/deno-bash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Denash / Deno Bash

A silly little bash interpreter written in TypeScript for Deno.

Run like so:

deno run --allow-read https://deno.land/x/denash/mod.ts my-script.sh

TODO

  • shorthand conditionals like [ a = b ] && echo foo
  • handle error codes from external commands and set -e
  • arrays
  • switch case statement
  • more builtins
  • file utilities / globbing