Initial commit
This commit is contained in:
10
kapitel11/sidan_205_ex1.sh
Normal file
10
kapitel11/sidan_205_ex1.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
function halsa
|
||||
{
|
||||
echo "Hejsan $1, hur är läget?"
|
||||
echo "Ditt UID är $2"
|
||||
echo "Din favoritfärg är $3"
|
||||
}
|
||||
|
||||
halsa $USER $UID "blå"
|
Reference in New Issue
Block a user