From a7bd6cd1c995e64a3916452431d473cce9b54305 Mon Sep 17 00:00:00 2001 From: Jandalf81 Date: Sat, 11 Aug 2018 22:56:42 +0200 Subject: [PATCH] Added INSTALL script using dialog --- rclone_script-install-dialog.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 rclone_script-install-dialog.sh diff --git a/rclone_script-install-dialog.sh b/rclone_script-install-dialog.sh new file mode 100644 index 0000000..3776e7c --- /dev/null +++ b/rclone_script-install-dialog.sh @@ -0,0 +1,14 @@ +#!/bin/bash + +NORMAL="\Zn" +BLACK="\Z0" +RED="\Z1" +GREEN="\Z2" +YELLOW="\Z3" +BLUE="\Z4" +MAGENTA="\Z5" +CYAN="\Z6" +WHITE="\Z7" +BOLD="\Zb" +REVERSE="\Zr" +UNDERLINE="\Zu" \ No newline at end of file