From c92f3659c6f0dba3b6c82d9cc801dba76b4e7a0e Mon Sep 17 00:00:00 2001 From: Kunal Marwaha Date: Sun, 14 Jul 2019 12:08:55 -0700 Subject: [PATCH] typo: abilties -> abilities --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 44876eb..611119b 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Change the password to your password for your github account. send "1234PASSWORD\r" ``` -In order for this script to work/run, you need to make this file executable. This can be done by changing the read, write, execut file permissions. chmod changes file permissions. 7 represents read, write, executable abilities, which is needed to work. In order to edit the file, chmod 777, then make the necessary changes then chmod back to 555. 5 represents read and execut abilites without write abilties. More about File Permissions at the end. +In order for this script to work/run, you need to make this file executable. This can be done by changing the read, write, execut file permissions. chmod changes file permissions. 7 represents read, write, executable abilities, which is needed to work. In order to edit the file, chmod 777, then make the necessary changes then chmod back to 555. 5 represents read and execut abilites without write abilities. More about File Permissions at the end. ``` $ chmod 777 git_push_template.sh ``` @@ -57,7 +57,7 @@ Change the password you want to send to automatically have entered for you: send "\PUT PASSWORD HERE\r" ``` -In order for this script to work/run, you need to make this file executable. This can be done by changing the read, write, execut file permissions. chmod changes file permissions. 7 represents read, write, executable abilities, which is needed to work. In order to edit the file, chmod 777, then make the necessary changes then chmod back to 555. 5 represents read and execut abilites without write abilties. More about File Permissions at the end. +In order for this script to work/run, you need to make this file executable. This can be done by changing the read, write, execut file permissions. chmod changes file permissions. 7 represents read, write, executable abilities, which is needed to work. In order to edit the file, chmod 777, then make the necessary changes then chmod back to 555. 5 represents read and execut abilites without write abilities. More about File Permissions at the end. ``` $ chmod 777 sshing_template.sh ```