From de9c3e08412ae13cc8a2d1e4418d9e9257f67518 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 27 Mar 2014 15:02:02 -0400 Subject: update --- .local.sun4u/bin/grep | 2 ++ .local.sun4u/bin/sed | 2 ++ 2 files changed, 4 insertions(+) create mode 100755 .local.sun4u/bin/grep create mode 100755 .local.sun4u/bin/sed (limited to '.local.sun4u/bin') diff --git a/.local.sun4u/bin/grep b/.local.sun4u/bin/grep new file mode 100755 index 0000000..481a7a9 --- /dev/null +++ b/.local.sun4u/bin/grep @@ -0,0 +1,2 @@ +#/bin/bash +ggrep "$@" diff --git a/.local.sun4u/bin/sed b/.local.sun4u/bin/sed new file mode 100755 index 0000000..3707eb6 --- /dev/null +++ b/.local.sun4u/bin/sed @@ -0,0 +1,2 @@ +#/bin/bash +gsed "$@" -- cgit v1.2.3-2-g168b