]> code.delx.au - monosys/blob - scripts/osx_ps
Handy little tcp proxy
[monosys] / scripts / osx_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