5 lines
46 B
Text
5 lines
46 B
Text
|
#!/bin/sh
|
||
|
|
||
|
get_first_in_list() {
|
||
|
echo $1
|
||
|
}
|