On Tue, Nov 07, 2023 at 07:28:27AM +0100, Alexander Burger wrote:
> The easiest fix is connecting via 'bin/pty' to a REPL and doing "rm -r test/".

This was not completely correct. Of course it is

   : (call "rm" "-r" "test/")


Just in case you have not enabled PTY yet: As you cannot use the built-in REPL
of PilBox now, you can upload the necessary ".pty" file also via zip.

E.g. on Termux:

   $ cd
   $ vi .pty
   $ zip -r x.zip .pty
   $ termux-share x.zip
   $ pil21/bin/pty

☺/ A!ex

-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Reply via email to