File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,7 @@ curl -sSL https://github.com/tldr-pages/tldr/raw/master/LICENSE.md -o LICENSE-tl
8
8
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
9
9
cp -n data/common/* data/linux/
10
10
cp -n data/common/* data/osx/
11
- cp -n data/common/* data/sunos/
12
11
cp -n data/common/* data/windows/
13
12
cd " $cwd " /data/linux && go run 4d63.com/embedfiles -out ../../data_linux.go .
14
13
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 .
16
14
cd " $cwd " /data/windows && go run 4d63.com/embedfiles -out ../../data_windows.go .
You can’t perform that action at this time.
0 commit comments