cmdtypist/install.sh
2017-05-13 21:26:12 +01:00

7 lines
314 B
Bash
Executable File

#!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&&