Skip to content
Snippets Groups Projects
Select Git revision
  • 0ba264323975d1dc4dd71499afc9d06ee4ce3d5e
  • master default
2 results

blink-5a.c

Blame
  • Forked from Peter Gerwinski / hp
    Source project has a limited visibility.
    hello-01.sh 57 B
    #!/bin/bash
    
    echo -n "Name: "
    read name
    echo Hallo $name