From 2d9d770eaa276bc1fcca1ecab1aea779da3d9b6e Mon Sep 17 00:00:00 2001 From: JTaylor Date: Thu, 7 Jan 2021 14:09:07 -0500 Subject: Add an install script --- install.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 install.sh 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 -- cgit v1.2.3