cloudapp.plugin.zsh 152 B

123456
  1. alias cloudapp="${0:a:h}/cloudapp.rb"
  2. # Ensure only the owner can access the credentials file
  3. if [[ -f ~/.cloudapp ]]; then
  4. chmod 600 ~/.cloudapp
  5. fi