Differences between revisions 15 and 16
Revision 15 as of 2008-02-05 19:43:29
Size: 613
Editor: FranklinPiat
Comment: some cleanup
Revision 16 as of 2008-02-05 21:50:21
Size: 611
Comment: Based on your default Shell
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
#!/bin/bash #!/bin/sh

["Shell"]


ShellScript is a ["Script"] written for the ["Shell"] (They are similar to *.bat or .cmd files in Windows).

The ["MIME"] type is application/x-shellscript

They are text files which first line says the shell to use (like bash , dash, csh, tcsh). So the first line is

Including this line, Debian knows this is a shell script (they don't need to finish with *.[:Sh:sh]).