Skip to content

Commit d2316b3

Browse files
Remove sunos because I do not think people are using this there
1 parent 985cbc0 commit d2316b3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

data.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ curl -sSL https://github.com/tldr-pages/tldr/raw/master/LICENSE.md -o LICENSE-tl
88
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
99
cp -n data/common/* data/linux/
1010
cp -n data/common/* data/osx/
11-
cp -n data/common/* data/sunos/
1211
cp -n data/common/* data/windows/
1312
cd "$cwd"/data/linux && go run 4d63.com/embedfiles -out ../../data_linux.go .
1413
cd "$cwd"/data/osx && go run 4d63.com/embedfiles -out ../../data_darwin.go .
15-
cd "$cwd"/data/sunos && go run 4d63.com/embedfiles -out ../../data_solaris.go .
1614
cd "$cwd"/data/windows && go run 4d63.com/embedfiles -out ../../data_windows.go .

0 commit comments

Comments
 (0)