$ cat <<EOF > ctrlshift.sh #!/bin/bash echo "This is ctrlshift." echo "When: June 8th-14th, 2026." echo "Where: Naples, Italy." echo "Previous edition here." echo "Stay Tuned." EOF