Mostafa Abdelglel commented: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1051#note_142104


To be honest, I mostly implemented these to learn the full contribution process 
(building, testing, and submitting patches) in preparation for the Shell 
Command Re-import GSoC project.

During testing I tried chaining commands using || and && for example like this 
`false || echo "it worked"`, but the current RTEMS shell parser does not seem 
to support commands pipelining yet, so true and false are currently just 
placeholders for POSIX compliance until the shell is improved.

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1051#note_142104
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to