A shell script is a script written for the shell, or command line interpreter. Typical operations performed by shell scripts include file manipulation, program execution, and printing text.
The shell scripting interpreter installed by default on Debian is the GNU bash..
Hello world example
This is the "Hello world !" source code basic example.
#!/bin/sh echo Hello world !
Save it with in hello.sh then run it typing:
debarm:~# chmod +x hello.sh debarm:~# ./hello.sh
Installation
Installed by default.
Documentation Terms of Use
The Acme Systems srl provides this Debian system development and user manual.
The origin of these doc came from the website: http://www.acmesystems.it
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.