Skip to content

Commit

Permalink
Improve the welcome message kerning, just for @jasmussen. 😉
Browse files Browse the repository at this point in the history
  • Loading branch information
pento committed Jan 16, 2018
1 parent 10e84c1 commit c653359
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions bin/setup-local-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,13 @@ cd "$(dirname "$0")/.."
# Check Docker is installed and running
. "$(dirname "$0")/install-docker.sh"

GUTENBERG=$(cat <<EOT
,---. | |
| _.. .|--- ,---.,---.|---.,---.,---.,---.
| || || |---'| || ||---'| | |
\`---'\`---'\`---'\`---'\` '\`---'\`---'\` \`---|
\`---'
! read -d '' GUTENBERG <<"EOT"
,⁻⁻⁻. . |
| _. . . |--- ,---. ,---. |---. ,---. ,---. ,---.
| | | | | |---' | | | | |---' | | |
`---' `---' `---`---’ ' ` `---' `---` `---|
`---'
EOT
)

CURRENT_URL=$(docker run -it --rm --volumes-from wordpress-dev --network container:wordpress-dev wordpress:cli option get siteurl)
CURRENT_URL="${CURRENT_URL//[[:space:]]/}"
Expand Down

1 comment on commit c653359

@jasmussen
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I approve of this change.

Please sign in to comment.