summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--install.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/install.sh b/install.sh
new file mode 100644
index 0000000..94d8554
--- /dev/null
+++ b/install.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+# Get the current directory that JAPH is stored under
+curr_dir=$(pwd)
+# Append ~/.bashrc with
+echo "source $curr_dir/japh" >> ~/.bashrc \ No newline at end of file