Heredoc now correctly supports both "EOF" && EOF as delimiter.
Heredoc now also correctly supports '$USER' && $USER as delimiter.
Fixed a bug where heredoc expansion would happen for $USER as delimiter so 'youssefsrondy' was delimiter instead of $USER.
Heredoc now correctly supports both "EOF" && EOF as delimiter. Heredoc now also correctly supports '$USER' && $USER as delimiter. Fixed a bug where heredoc expansion would happen for $USER as delimiter so 'youssefsrondy' was delimiter instead of $USER.