Shell
Notes
Shell script is a program designed to be run by the Unix shell (command-line interpreter)
#!/bin/bash
echo "Hello World"
Links
Last updated
Was this helpful?
Shell script is a program designed to be run by the Unix shell (command-line interpreter)
#!/bin/bash
echo "Hello World"
Last updated
Was this helpful?