scripts/path

4 lines
38 B
Plaintext
Raw Normal View History

#!/bin/sh
2023-11-21 11:54:42 +00:00
echo "$PATH" | tr ':' '\n'