3 lines
38 B
Bash
3 lines
38 B
Bash
#!/bin/sh
|
|
hello="Hello world"
|
|
echo $1
|
#!/bin/sh
|
|
hello="Hello world"
|
|
echo $1
|