Ajout
This commit is contained in:
2018-07-23 08:03:50 +02:00
parent d6b5c24913
commit 8d63e5fde1

9
atom.sh Executable file
View File

@@ -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 ""