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

shell-scripts-3.txt

Blame
  • Forked from Peter Gerwinski / bs
    Source project has a limited visibility.
    shell-scripts-3.txt 338 B
    cassini/home/peter/bo/2021ss/bs/20210416> ls -l hello
    -rw-r--r-- 1 peter peter 21 Apr 16 14:24 hello
    cassini/home/peter/bo/2021ss/bs/20210416> cat hello
    echo "Hello, world!"
    cassini/home/peter/bo/2021ss/bs/20210416> chmod 755 hello
    cassini/home/peter/bo/2021ss/bs/20210416> ./hello
    Hello, world!
    cassini/home/peter/bo/2021ss/bs/20210416>