]> code.delx.au - monosys/blob - scripts/osx_ps
ce49a64f29347c675c010425766853cb289571a7
[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