summaryrefslogtreecommitdiff
path: root/public/zsh/.usr/local/bin/grep
diff options
context:
space:
mode:
authorChristian Segundo2023-12-20 14:46:47 +0100
committerChristian Segundo2023-12-20 14:46:47 +0100
commit651a3f8956104265c197a1155704600aa0bb5bf8 (patch)
tree77ce42928f27be46976b744453c944d82a14cb66 /public/zsh/.usr/local/bin/grep
parente4d716ba84f62e83a553e22690868a31cea00a98 (diff)
downloaddotfiles-651a3f8956104265c197a1155704600aa0bb5bf8.tar.gz
add grep & date gnu wrappers
Diffstat (limited to 'public/zsh/.usr/local/bin/grep')
-rwxr-xr-xpublic/zsh/.usr/local/bin/grep2
1 files changed, 2 insertions, 0 deletions
diff --git a/public/zsh/.usr/local/bin/grep b/public/zsh/.usr/local/bin/grep
new file mode 100755
index 0000000..e950d06
--- /dev/null
+++ b/public/zsh/.usr/local/bin/grep
@@ -0,0 +1,2 @@
+#!/bin/bash
+ggrep "$@"