Skip to content

Commit

Permalink
Remove sunos because I do not think people are using this there
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Nov 27, 2019
1 parent 985cbc0 commit d2316b3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 .

0 comments on commit d2316b3

Please sign in to comment.