From 626f8b732b287f0e0f778418df7745c14649c06f Mon Sep 17 00:00:00 2001 From: dmarakom6 Date: Thu, 4 Mar 2021 09:43:30 +0200 Subject: [PATCH] 'r' parameter --- util/r/r.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 util/r/r.sh diff --git a/util/r/r.sh b/util/r/r.sh new file mode 100644 index 0000000..ae2c670 --- /dev/null +++ b/util/r/r.sh @@ -0,0 +1,10 @@ +:<<'info' +shellnotes - r.sh +(C) Dimitris Marakomihelakis +Released under the "All rights reserved" category. See the RIGHTS.txt file +in /docs/github/ for its full text. +info + +case $1 in -r|--repository ) + echo "Github repository: https://github.com/dmarakom6/shellnotes/blob/master/" +esac