FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
WGet.NET/src/build.cmd at main · basicx-StrgV/WGet.NET · GitHub
basicx-StrgV
/
WGet.NET
Public
Notifications
You must be signed in to change notification settings
Fork
10
Star
28
Code
Issues
4
Pull requests
1
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
WGet.NET
/
src
/
build.cmd
Copy path
More file actions
More file actions
Latest commit
History
History
History
7 lines (6 loc) · 207 Bytes
Breadcrumbs
WGet.NET
/
src
/
build.cmd
Copy path
File metadata and controls
7 lines (6 loc) · 207 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
:;
set -eo pipefail
:;
SCRIPT_DIR=$(cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd)
:;
${SCRIPT_DIR}/build.sh "$@"
:;
exit $?
@
ECHO
OFF
powershell
-ExecutionPolicy ByPass -NoProfile -File
"
%~dp0
build.ps1
"
%*
Back
|
FazBrowse Home
|
New Git URL