dotmesh-io / dotmesh

dotmesh (dm) is like git for your data volumes (databases, files etc) in Docker and Kubernetes
https://dotmesh.com
Apache License 2.0
538 stars 29 forks source link

workaround zsh + iterm2 weirdness #238

Open lukemarsden opened 6 years ago

lukemarsden commented 6 years ago

copying and pasting

sudo curl -sSL -o /usr/local/bin/dm \
  https://get.dotmesh.io/$(uname -s)/dm

into zsh + iterm2 results in extra \s being added before the brackets around uname -s.

Maybe there's a different spelling which doesn't suffer from this problem?

alaric-dotmesh commented 6 years ago

We should try backticks instead (hard to demo in markdown comments...)