There is a command I don\'t understand:
custom_command << EOF!!
I want to ask what EOF!! is in the bash script. I did find EOF with googl
It's probably just a weird heredoc.
Example:
cat << EOF!! blabla EOF!!
Note: this only works in script files. The command line parser interprets !!.
!!