]> code.delx.au - monosys/blobdiff - osx_bin/ps
Removed unused stuff
[monosys] / osx_bin / ps
diff --git a/osx_bin/ps b/osx_bin/ps
deleted file mode 100755 (executable)
index ce49a64..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/env bash
-
-if test '!' -c /dev/fd/1; then
-       /bin/ps "$@" -ww
-else
-       /bin/ps "$@"
-fi