- Add ls-option -S (Sort by Size) and -h (Print size with human-readable format)
- Add nyagos.rawexec and nyagos.raweval
- Forbade to use more than one lua-command on the same pipeline to avoid crash.
- Forbade to run Lua background to avoid crash.
- Fixed #77: echo "{a,b}" -> "a b" is printed.({a,b} should be printed)
- ls のオプション:-S (サイズでソート)、-h (単位付きサイズ表記)を追加
- nyagos.rawexec と nyagos.raweval 関数を追加
- クラッシュ防止のため、同一パイプライン中で複数 Lua コマンドの使用を禁止した
- クラッシュ防止のため、Lua のバックグラウンド実行を禁止した
- 【蟲繕】echo "{a,b}" で「a b」が表示されていた({a,b}と表示されるべき)