Initial commit
This commit is contained in:
8
kapitel11/sidan_204_ex2.sh
Normal file
8
kapitel11/sidan_204_ex2.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
function halsa
|
||||
{
|
||||
echo "Hejsan $1, hur är läget?"
|
||||
}
|
||||
|
||||
halsa $USER
|
Reference in New Issue
Block a user