Skip to content

Commit

Permalink
Edited readme
Browse files Browse the repository at this point in the history
  • Loading branch information
N-Holzschuch committed May 10, 2020
1 parent a0b59f9 commit c79f333
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,15 @@
# a-Shell-commands
shell commands, pre-compiled to webAssembly, ready to use in a-Shell

## Purpose

[a-Shell](https://github.com/holzschu/a-shell) is a terminal for iOS. Several commands are provided, pre-compiled to iOS format. With the latest release (1.4.x), you can also execute commands compiled to webAssemly (wasm). If the command creates, writes or reads local files, it is best to use the specific [WASK-sdk](https://github.com/holzschu/wasi-sdk).

Once compiled to webAssembly, binaries can be shared with other users of a-Shell.

- ctags: https://github.com/universal-ctags/ctags/
- file: https://github.com/file/file/
- tree: http://mama.indstate.edu/users/ice/tree/



0 comments on commit c79f333

Please sign in to comment.