Skip to content
Snippets Groups Projects
Select Git revision
  • 0b50d82d8b9255de23c86c044cdb8cb057cec3dd
  • 2024ws default protected
  • 2023ws
3 results

hello-02.txt

Blame
  • Forked from Peter Gerwinski / Datenbanken und Datensicherheit
    Source project has a limited visibility.
    shell-scripts-4.txt 192 B
    cassini/home/peter/bo/2021ss/bs/20210416> cat hello
    #!/bin/bash
    
    echo "Hello, world!"
    cassini/home/peter/bo/2021ss/bs/20210416> ./hello
    Hello, world!
    cassini/home/peter/bo/2021ss/bs/20210416>