]> code.delx.au - monosys/blob - osx_bin/ps
Renamed underscores to hyphens
[monosys] / osx_bin / ps
1 #!/usr/bin/env bash
2
3 if test '!' -c /dev/fd/1; then
4 /bin/ps "$@" -ww
5 else
6 /bin/ps "$@"
7 fi