diff options
Diffstat (limited to 'printpath')
| -rwxr-xr-x | printpath | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ #!/bin/sh +# Print everythin in PATH echo "$PATH" | tr ':' '\n' | while IFS= read -r dir; do [ -d "$dir" ] || continue |
