summaryrefslogtreecommitdiff
path: root/.local.sun4u
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-03-27 15:02:02 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-03-27 15:02:02 -0400
commitde9c3e08412ae13cc8a2d1e4418d9e9257f67518 (patch)
tree49cbc73cdf6790b4cd1e9ef4e2348bf5f398cad0 /.local.sun4u
parent290b43537bbb847a4d1d0f58943f362fc4780c9d (diff)
update
Diffstat (limited to '.local.sun4u')
-rwxr-xr-x.local.sun4u/bin/grep2
-rwxr-xr-x.local.sun4u/bin/sed2
2 files changed, 4 insertions, 0 deletions
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 "$@"