From 8d63e5fde196ef66134a54c960ef8b261a41255f Mon Sep 17 00:00:00 2001 From: Bruno 21 Date: Mon, 23 Jul 2018 08:03:50 +0200 Subject: [PATCH] atom.sh Ajout --- atom.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 atom.sh 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 ""