mirror of
https://github.com/Febbweiss/rclone_script.git
synced 2026-03-04 22:25:36 +00:00
Added INSTALL script using dialog
This commit is contained in:
14
rclone_script-install-dialog.sh
Normal file
14
rclone_script-install-dialog.sh
Normal file
@@ -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"
|
||||||
Reference in New Issue
Block a user