Skip to content

Commit

Permalink
Update readme-and-install.sh
Browse files Browse the repository at this point in the history
Quote the here document to turn off escaping
  • Loading branch information
essandess committed Jan 3, 2015
1 parent 4e5dba4 commit adfb957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme-and-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ OPEN=/usr/bin/open
CAT=/bin/cat
MORE=/usr/bin/more

$CAT <<HELPSTRING | $MORE
$CAT <<'HELPSTRING' | $MORE
OS X OpenVPN Server and Client Configuration
How to build an OpenVPN VPN server on OS X pfctl and Tunnelblick.
Expand Down

0 comments on commit adfb957

Please sign in to comment.