From 59ea237de4011dfb087bc65d58f3bea8731594f2 Mon Sep 17 00:00:00 2001 From: Celeste Date: Sat, 23 Jul 2022 20:09:29 +0100 Subject: [PATCH] send --- LICENSE | 14 ++++++++++++++ README | 3 +++ README.html | 3 +++ README.md | 3 +++ rgd.sh | 3 +++ 5 files changed, 26 insertions(+) create mode 100644 LICENSE create mode 100644 README create mode 100644 README.html create mode 100644 README.md create mode 100755 rgd.sh diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..ee7d6a5 --- /dev/null +++ b/LICENSE @@ -0,0 +1,14 @@ + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + Version 2, December 2004 + + Copyright (C) 2004 Sam Hocevar + + Everyone is permitted to copy and distribute verbatim or modified + copies of this license document, and changing it is allowed as long + as the name is changed. + + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. You just DO WHAT THE FUCK YOU WANT TO. + diff --git a/README b/README new file mode 100644 index 0000000..88ccbfa --- /dev/null +++ b/README @@ -0,0 +1,3 @@ +Usage +------- +Edit variables and have fun! diff --git a/README.html b/README.html new file mode 100644 index 0000000..9325219 --- /dev/null +++ b/README.html @@ -0,0 +1,3 @@ +

Usage

+

Edit variables and have fun! +

diff --git a/README.md b/README.md new file mode 100644 index 0000000..c5cdafa --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +## Usage +Edit variables and have fun! + diff --git a/rgd.sh b/rgd.sh new file mode 100755 index 0000000..0b32d2a --- /dev/null +++ b/rgd.sh @@ -0,0 +1,3 @@ +USER="git" +DOMAIN="colean.cc" +git clone $USER@$DOMAIN:/srv/git/$1.git