diff --git a/atom.sh b/atom.sh new file mode 100755 index 0000000..8aa4c34 --- /dev/null +++ b/atom.sh @@ -0,0 +1,9 @@ +#!/usr/bin/env bash +echo "⚛️ Atom editor will be shiny when you'll be back from your coffee/tea break!" +if hash apm-beta 2>/dev/null; then + apm-beta upgrade -c false +fi +if hash apm 2>/dev/null; then + apm upgrade -c false +fi +echo ""