2021-08-02 05:56:09 -06:00

8 lines
82 B
Bash
Executable File

#!/usr/bin/env sh
function path_lines {
split_by_char ":" "$PATH"
}
path_lines