vault backup: 2024-05-30 17:43:28

This commit is contained in:
zleyyij 2024-05-30 17:43:28 -06:00
parent d56be0a2f8
commit 756c89cfd7

View File

@ -7,3 +7,4 @@ There are various shells with their own language syntax (`sh`, `bash`, `fish`, e
#!/bin/sh
echo "Hello, World!"
```
`#!/bin/sh` means that this script can be executed by the binary located at `/bin/sh`, and so the reader knows this is a `sh`(ell) script.