From 651a3f8956104265c197a1155704600aa0bb5bf8 Mon Sep 17 00:00:00 2001 From: Christian Segundo Date: Wed, 20 Dec 2023 14:46:47 +0100 Subject: add grep & date gnu wrappers --- public/zsh/.usr/local/bin/date | 2 ++ public/zsh/.usr/local/bin/grep | 2 ++ 2 files changed, 4 insertions(+) create mode 100755 public/zsh/.usr/local/bin/date create mode 100755 public/zsh/.usr/local/bin/grep diff --git a/public/zsh/.usr/local/bin/date b/public/zsh/.usr/local/bin/date new file mode 100755 index 0000000..0a50c4e --- /dev/null +++ b/public/zsh/.usr/local/bin/date @@ -0,0 +1,2 @@ +#!/bin/bash +gdate "$@" 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 "$@" -- cgit v1.2.3