Skip to content
Snippets Groups Projects
Select Git revision
  • f8bc6512518a87f431b8cb51f9b06f10fb488439
  • 2023ss default protected
  • 2022ss
  • 2021ss
  • 2020ss
  • 2019ss
  • 2018ss
  • 2017ss
  • 2016ss
  • 2015ss
  • 2014ss
11 results

shell-scripts-4.txt

Blame
  • Forked from Peter Gerwinski / bs
    98 commits behind the upstream repository.
    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>