aboutsummaryrefslogtreecommitdiff
path: root/inception
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2018-01-04 14:18:05 -0200
committerSilvio Rhatto <rhatto@riseup.net>2018-01-04 14:18:05 -0200
commit7c7b9a5d57b5ea13aca3ad2e452195bbae1a098c (patch)
tree763f7e577c1c7d886dd097a0563429c9fa962195 /inception
parent42cf685729c76a6e2bee9ddaf14324e7fb6dbe9c (diff)
downloadapps-7c7b9a5d57b5ea13aca3ad2e452195bbae1a098c.tar.gz
apps-7c7b9a5d57b5ea13aca3ad2e452195bbae1a098c.tar.bz2
Inception: silent cd
Diffstat (limited to 'inception')
-rwxr-xr-xinception6
1 files changed, 3 insertions, 3 deletions
diff --git a/inception b/inception
index cd9319f..a00b692 100755
--- a/inception
+++ b/inception
@@ -22,7 +22,7 @@ function inception_usage {
# Initialize
function inception_init {
(
- cd $DIRNAME
+ cd $DIRNAME &> /dev/null
echo "Initializing submodules..."
$GIT submodule sync --recursive
@@ -63,13 +63,13 @@ function inception_init {
#echo "Please manually verify dotfiles version and tag from the above output."
#echo "If everything is fine, proceed running this command again with the 'load' parameter."
- cd -
+ #cd -
}
# Load
function inception_load {
(
- cd $DIRNAME
+ cd $DIRNAME &> /dev/null
BUNDLE="$3"
DEPENDENCIES="$4"