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
sh.syntax: move several commands to shell built-in
Next commands is built-in shell command, not posix program:
$ type echo
echo is a shell builtin
$ type printf
printf is a shell builtin
$ type set
set is a shell builtin
Make other color for it.
Signed-off-by: Kuzin Andrey <[email protected]>
Signed-off-by: Yury V. Zaytsev <[email protected]>
0 commit comments