install_atom.sh 147 B

12345678
  1. #!/bin/bash
  2. set -e
  3. set -x
  4. mkdir -p ~/Applications/
  5. cd ~/Applications/
  6. curl -sL -o Atom.zip https://atom.io/download/mac
  7. unzip Atom.zip
  8. rm Atom.zip