aboutsummaryrefslogtreecommitdiff
path: root/bash/init.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bash/init.sh')
-rw-r--r--bash/init.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/bash/init.sh b/bash/init.sh
new file mode 100644
index 0000000..2239015
--- /dev/null
+++ b/bash/init.sh
@@ -0,0 +1,7 @@
+#!/usr/bin/env bash
+
+pushd ~/ > /dev/null
+
+mr checkout > /dev/null
+
+popd > /dev/null