Select Git revision
shell-scripts-3.txt
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>