You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When entering sys: or user: in the Homegirl Shell, the shell (correctly?) responds with Unknown command sys: or Unknown command user:.
However, when entering anything else ending with a :, e.g. hello:, Homegirl crashes with the following terminal output:
I suppose this falls under undefined behaviour (as you're supposed to change drives using cd), but I often find myself accidentally trying to change drives this way (similar to how you just type C: in a DOS prompt).
The text was updated successfully, but these errors were encountered:
Yea, I think I encountered this bug when I developed it.. Now the project is pretty much discontinued, so I'm probably not going to fix this bug anytime soon..
When entering
sys:
oruser:
in the Homegirl Shell, the shell (correctly?) responds withUnknown command sys:
orUnknown command user:
.However, when entering anything else ending with a
:
, e.g.hello:
, Homegirl crashes with the following terminal output:I suppose this falls under undefined behaviour (as you're supposed to change drives using
cd
), but I often find myself accidentally trying to change drives this way (similar to how you just typeC:
in a DOS prompt).The text was updated successfully, but these errors were encountered: