sconnect/lib/manipulation

5 lines
46 B
Text
Raw Normal View History

2024-06-02 22:13:33 +02:00
#!/bin/sh
get_first_in_list() {
echo $1
}