Select Git revision
shell-scripts-4.txt
Forked from
Peter Gerwinski / bs
98 commits behind the upstream repository.
Peter Gerwinski authored
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>