This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
abheekd
/
usm-toolkit
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
2
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17
Commits
1
Branch
7
Tags
111 KiB
C#
98.6%
Shell
1.1%
Batchfile
0.2%
Tree:
88f1d260e1
master
0.1
0.2
0.3
0.4
0.5
0.6
0.7
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '88f1d260e1'
${ noResults }
usm-toolkit
/
zip-files.sh
6 lines
103 B
Raw
Blame
History
FOLDERS
=
UsmToolkit/bin/Release/netcoreapp3.1/*/
for
f in
$FOLDERS
do
zip -r
"
${
f
%/*
}
.zip
"
$f
done
Reference in new issue