Skip to content

Commit 8912398

Browse files
authored
Merge pull request ruanyf#4 from akshatah33/patch-1
Updated Enctypt.sh
2 parents a5ca9ce + a434f28 commit 8912398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/Encrypt.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
echo "Welcome, I am ready to encrypt a file/folder for you"
4-
echo "currently I have a limitation, Place me to teh same folder, where a file to be encrypted is present"
4+
echo "currently I have a limitation, Place me to the same folder, where a file to be encrypted is present"
55
echo "Enter the Exact File Name with extension"
66
read file;
77
# decryption command

0 commit comments

Comments
 (0)