updated: 2010-10-06
a shell prototype in bash
I tried to build a simple and comfortable command input for shell scripts. we have two versions here:
-
rk.sh is a plain bash script. it works quite good locally and supports dropping of text from the mouse
-
the rkc.tar.gz tarball contains a bash script and simple C sources. the part reading the keystrokes is replaced here to get more speed
both are not really useful yet and are just prototypes made to check out the possiblities of bash.
downloads
| type |
updated |
size |
download |
platform |
comment |
| bash script |
2010-10-19 |
13kB |
rk.sh |
Unices |
a simple shell prototype with bash on-board means |
| bash script + C source |
2010-10-14 |
4kB |
rkc.tar.gz |
Unices |
a simple shell prototype with bash on-board means and a binary core to improve speed |