1
ewconfig/scripts/show-path
2024-04-02 14:21:52 -04:00

6 lines
90 B
Bash
Executable File

#! /bin/bash
set -e
# Print each entry in $PATH on its own line
echo $PATH | tr ':' '\n'