mirror of
https://github.com/n05la3/cmdtypist
synced 2024-11-07 15:20:28 +00:00
started building installation script
This commit is contained in:
parent
749f9b35a0
commit
f74d0c0694
7
install.sh
Executable file
7
install.sh
Executable file
@ -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&&
|
||||||
|
|
Loading…
Reference in New Issue
Block a user