-
Browse
Commit
-
Author :
rpe
Date :
2018-01-11 21:09:26
Hash :
99342bd4
Message :
- change [] tests to [[]]
- change -a, -o to &&, || inside [[]]
- remove unecessary quoting inside [[]]
- remove X"" constructs inside [[]]
- remove \ (line continuation) in case of &&, || and pipes
- replace backticks with $()
discussed with and OK aja@
OK tb