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