From d11b21527998e6e99c1cc1430bf3c5aee1a589f5 Mon Sep 17 00:00:00 2001 From: Igor Chubin Date: Sat, 11 May 2019 07:28:21 +0200 Subject: [PATCH] removed deprecated share/scripts/get-sheets.sh --- share/scripts/get-sheets.sh | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 share/scripts/get-sheets.sh diff --git a/share/scripts/get-sheets.sh b/share/scripts/get-sheets.sh deleted file mode 100644 index c72184b..0000000 --- a/share/scripts/get-sheets.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh - -## this doesn't error check, if it breaks and destroys things I'm sorry - -mkdir cheatsheets -cd cheatsheets -mkdir cheat tldr spool -git clone --recursive https://github.com/adambard/learnxinyminutes-docs -git clone --recursive https://github.com/chrisallenlane/cheat cheat-temp -mv cheat-temp/cheat/cheatsheets/* cheat -rm -rf cheat-temp -git clone --recursive http://github.com/tldr-pages/tldr tldr-temp -mv tldr-temp/pages/* tldr -rm -rf tldr-temp -git clone --recursive https://github.com/chubin/cheat.sheets.git -mv cheat.sheets/sheets . \ No newline at end of file