From d2316b365ccbb46a2130e57eece7128212525ffb Mon Sep 17 00:00:00 2001 From: Leigh McCulloch Date: Tue, 26 Nov 2019 16:49:22 -0800 Subject: [PATCH] Remove sunos because I do not think people are using this there --- data.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/data.sh b/data.sh index 63cb45b..b13877a 100755 --- a/data.sh +++ b/data.sh @@ -8,9 +8,7 @@ curl -sSL https://github.com/tldr-pages/tldr/raw/master/LICENSE.md -o LICENSE-tl curl -sSL https://github.com/tldr-pages/tldr/archive/master.tar.gz | tar --transform 's/\.md//' -xz --directory data tldr-master/pages/ --strip-components=2 cp -n data/common/* data/linux/ cp -n data/common/* data/osx/ -cp -n data/common/* data/sunos/ cp -n data/common/* data/windows/ cd "$cwd"/data/linux && go run 4d63.com/embedfiles -out ../../data_linux.go . cd "$cwd"/data/osx && go run 4d63.com/embedfiles -out ../../data_darwin.go . -cd "$cwd"/data/sunos && go run 4d63.com/embedfiles -out ../../data_solaris.go . cd "$cwd"/data/windows && go run 4d63.com/embedfiles -out ../../data_windows.go .