Changes
Jump to navigation
Jump to search
12 bytes added
, 00:49, 27 March 2015
| Line 3: |
Line 3: |
| | <source lang="bash"> | | <source lang="bash"> |
| | #!/bin/bash | | #!/bin/bash |
| − | echo Hello World
| + | STR="Hello World" |
| | + | echo $STR |
| | </source> | | </source> |
| | + | |
| | === Variables === | | === Variables === |
| | === Strings === | | === Strings === |