ColdGrub1384 / LibTerm

iOS sandboxed terminal with Python, Lua and Clang
https://libterm.app
MIT License
630 stars 115 forks source link

redirect (">>") dosn't work #17

Open TSKajiyama opened 5 years ago

TSKajiyama commented 5 years ago

Hi.I tried the following command, but the redirect ">>" does not seem to be recognized.

$ echo "aaa" > foo
$ echo "bbb" >> foo
$ ls
> foo
$ cat  foo
aaa
$
ColdGrub1384 commented 5 years ago

This is an issue on ios_system https://github.com/holzschu/ios_system/issues/4 I will try to open a pull request and implement the feature on LibTerm. Thank you for opening the issue. I did not realize this bug.