summaryrefslogtreecommitdiff
path: root/install.sh
blob: 94d85544e09cf193be235a4d9ad9148644154325 (plain)
1
2
3
4
5
6
#!/bin/sh

# Get the current directory that JAPH is stored under
curr_dir=$(pwd)
# Append ~/.bashrc with 
echo "source $curr_dir/japh" >> ~/.bashrc