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
cowsay command. The process of enclosing the message in a frame is incomplete.
head command.
tail command.
ln command.
docker target to Makefile. This target was created to test Mimixbox inside Docker.
Changed
nl/tac/cat command to receive data from PIPE.
Fixed the buffer overflow for the head / tail command
Fixed the bug in the cat command. This bug occurs when a standard input is accepted more than once and then an empty enter is received on the next input. In the correct behavior, it is correct to output a blank line, but since the previous input value has been saved, the previous input value is output.