Skip to content

Commit c79f333

Browse files
committed
Edited readme
1 parent a0b59f9 commit c79f333

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,15 @@
11
# a-Shell-commands
22
shell commands, pre-compiled to webAssembly, ready to use in a-Shell
3+
4+
## Purpose
5+
6+
[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).
7+
8+
Once compiled to webAssembly, binaries can be shared with other users of a-Shell.
9+
10+
- ctags: https://github.com/universal-ctags/ctags/
11+
- file: https://github.com/file/file/
12+
- tree: http://mama.indstate.edu/users/ice/tree/
13+
14+
15+

0 commit comments

Comments
 (0)