From 2f54d98f8bb280bb340883a678ad2cca636506a7 Mon Sep 17 00:00:00 2001 From: Fredrik Robertsen Date: Sun, 19 Apr 2026 09:41:23 +0200 Subject: [PATCH] forgot main try/case --- uash.ua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/uash.ua b/uash.ua index 0c0d4a2..dc708e7 100755 --- a/uash.ua +++ b/uash.ua @@ -39,10 +39,10 @@ ┌─╴Main F ← |1.0 ( ⊜□⊸≠@\s - ⨂{"cd" "exit"}⊸⍣⊢"" - ⨬(Commands~CD - | Commands~Exit - | Commands~Otherwise) + ⍣(⍩Commands~CD ◇°"cd"⊸⊢ + | ⍩Commands~Exit ◇°"exit"⊸⊢ + | ⍩Commands~Otherwise °1>0⊸⧻ + | ◌) CommandLine~PS₁ )