Files
kymsu2/atom.sh
Bruno 21 c03535eecf 26-07-2018
-add help for kymsu2
-cosmetic changes
2018-07-26 09:39:58 +02:00

11 lines
262 B
Bash
Executable File
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
#!/usr/bin/env bash
echo -e "\033[1m⚛ Atom editor will be shiny when you'll be back from your coffee/tea break! \033[0m"
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 ""