forked from colonelpanic/dotfiles
8 lines
82 B
Bash
Executable File
8 lines
82 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
function path_lines {
|
|
split_by_char ":" "$PATH"
|
|
}
|
|
|
|
path_lines
|