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