-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a0b59f9
commit c79f333
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ | ||
|
||
|
||
|