Difference between revisions of "BASH"
Jump to navigation
Jump to search
Rafahsolis (talk | contribs) (Created page with "== BASH Script == === Hello World === <source lang="bash"> #!/bin/bash echo Hello World </source> === Variables === === Strings === === Loops === ==== While ==== ==== For ====...") |
(No difference)
|
Revision as of 00:47, 27 March 2015
BASH Script
Hello World
#!/bin/bash
echo Hello World