Skip to content

Commit f81a468

Browse files
authored
Bash scripting cheatsheet
1 parent 8062dae commit f81a468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell_basics.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
#shell script basic learning
2+
#shell script basic learning https://devhints.io/bash
33
foo=bar
44
echo $foo #work well
55
foo = bar #not working error msg command not found : foo

0 commit comments

Comments
 (0)