Changed prompt

This commit is contained in:
Sàm Héaclou Niholas Wa-Londrois 2025-03-17 22:11:44 +01:00
parent 15d7584804
commit 935fefe56a

View file

@ -28,7 +28,7 @@ Run einrichter.help for commands"
} }
function main() { function main() {
read -p "einrichter> " Command_Input read -p "$PWD:einrichter> " Command_Input
$Command_Input $Command_Input
main main
} }