Do import bash history commands containing && or ||

This commit is contained in:
Johannes Altmanninger
2019-11-07 23:08:31 +01:00
parent 1cfa3fa819
commit e94b9ccf3e
3 changed files with 2 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ echo hello \
another `command
and arg` to skip
backticks `are not allowed`
a && echo invalid construct
a && echo valid construct
[[ x = y ]] && echo double brackets not allowed
(( 1 = 2 )) && echo double parens not allowed
posix_cmd_sub $(is not supported)