From 6bb0a8c7e6d759a159a6a32d8ad093509babbbc0 Mon Sep 17 00:00:00 2001 From: kevinnls <57634663+kevinnls@users.noreply.github.com> Date: Mon, 15 Mar 2021 12:39:11 +0530 Subject: [PATCH] init installation script --- install.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 install.sh diff --git a/install.sh b/install.sh new file mode 100644 index 0000000..32616a1 --- /dev/null +++ b/install.sh @@ -0,0 +1,8 @@ +#!/bin/bash + +################################### +# install script for bak-old.sh # +# authored by github.com/kevinnls # +# - another Linux user tired of # +# type cp file file.bak # +################################### \ No newline at end of file