Select Git revision
shell-scripts-01.txt
Forked from
Peter Gerwinski / Datenbanken und Datensicherheit
79 commits behind the upstream repository.
Peter Gerwinski authored
shell-scripts-01.txt 310 B
cassini/home/peter/bo/2023ws/dbs/20231019> cat hello-03
#!/bin/bash
echo "Hello, world!"
cassini/home/peter/bo/2023ws/dbs/20231019> ls -l hello-03
-rwxr-xr-x 1 peter peter 34 19. Okt 12:08 hello-03
cassini/home/peter/bo/2023ws/dbs/20231019> ./hello-03
Hello, world!
cassini/home/peter/bo/2023ws/dbs/20231019>