This website requires JavaScript.
Explore
Help
Sign In
iamthefij
/
minitor-go
Watch
1
Star
0
Fork
0
You've already forked minitor-go
Code
Issues
Pull Requests
Releases
9
Wiki
Activity
f9c082d30f
minitor-go
/
compress_release.sh
4 lines
78 B
Bash
Raw
Normal View
History
Unescape
Escape
More debugging
2021-01-08 22:56:30 +00:00
#! /bin/sh
Try to fix compress step
2021-01-08 22:38:55 +00:00
find ./dist -type f -perm +111 -execdir tar -czvf
{
}
.tar.gz
{
}
\;
Reference in New Issue
Copy Permalink