浏览代码

Added INSTALL script using dialog

Jandalf81 7 年之前
父节点
当前提交
a7bd6cd1c9
共有 1 个文件被更改,包括 14 次插入0 次删除
  1. 14 0
      rclone_script-install-dialog.sh

+ 14 - 0
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"