sconnect/lib/manipulation
2024-06-02 22:13:33 +02:00

5 lines
No EOL
46 B
Bash

#!/bin/sh
get_first_in_list() {
echo $1
}