From a17cfd9a17105395254504f4f6d2adffb4d339ed Mon Sep 17 00:00:00 2001 From: Llewellyn Falco Date: Sun, 29 Oct 2023 19:41:12 +0000 Subject: [PATCH] . e approved convenience shell scripts Co-Authored-By: blade290 <43077216+blade290@users.noreply.github.com> Co-Authored-By: Nitsan Avni Co-Authored-By: Samuel Taggart Co-Authored-By: Nazee Hajebi <2491283+nazeehajebi@users.noreply.github.com> Co-Authored-By: T. E. Green <78671457+tegsy@users.noreply.github.com> --- approve.bat | 1 + approve.sh | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 approve.bat create mode 100644 approve.sh diff --git a/approve.bat b/approve.bat new file mode 100644 index 0000000..98b56eb --- /dev/null +++ b/approve.bat @@ -0,0 +1 @@ +move -y received.txt approved.txt \ No newline at end of file diff --git a/approve.sh b/approve.sh new file mode 100644 index 0000000..7e6a3c0 --- /dev/null +++ b/approve.sh @@ -0,0 +1,2 @@ +#!/bin/sh +mv -f received.txt approved.txt \ No newline at end of file