From f74d0c0694f380a9880842d6a1fc9d3acb605f8a Mon Sep 17 00:00:00 2001 From: Calson Noah Date: Sat, 13 May 2017 21:26:12 +0100 Subject: [PATCH] started building installation script --- install.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 install.sh diff --git a/install.sh b/install.sh new file mode 100755 index 0000000..f096a6e --- /dev/null +++ b/install.sh @@ -0,0 +1,7 @@ +#!home/.bashrc +#Creates a symbolic link with begin to cmdtypist directory. +echo "Enter password to create a link for cmdtypist and access it from any directory" +sudo echo >> $HOME/.bashrc&& +echo "#symbolic link for cmdtypist">> $HOME/.bashrc&& +echo "alias begin='cd $HOME/cmdtypistversion1.0/'">> $HOME/.bashrc&& + \ No newline at end of file