Ir al contenido
How to write your first script (Bash) (Bash)
Bash
Shell
#!/bin/bash # Script echo "Hello, World!"
1
2
3
#!/bin/bash
# Script
echo
"Hello, World!"