commit 1e751ef949a9f646ccdab9be89239afa51561302 Author: The Magician Date: Tue Nov 21 11:51:42 2023 +0000 Add script which prints line-separated $PATH diff --git a/path b/path new file mode 100755 index 0000000..6ca748b --- /dev/null +++ b/path @@ -0,0 +1,3 @@ +#!/bin/sh + +echo $PATH | tr ':' '\n'