Add script which prints line-separated $PATH

This commit is contained in:
The Magician 2023-11-21 11:51:42 +00:00
commit 1e751ef949
1 changed files with 3 additions and 0 deletions

3
path Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
echo $PATH | tr ':' '\n'