Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
eepm
Commits
d08e9748
Commit
d08e9748
authored
Apr 03, 2022
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
eget: improve comments
parent
5777679e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
tools_eget
bin/tools_eget
+5
-5
No files found.
bin/tools_eget
View file @
d08e9748
#!/bin/sh
# eget - simply shell on wget for loading directories over http (wget does not support wildcard for http)
#
Example u
se:
#
U
se:
# eget http://ftp.altlinux.ru/pub/security/ssl/*
#
# Copyright (C) 2014-2014, 2016, 2020 Etersoft
# Copyright (C) 2014-2014, 2016, 2020
, 2022
Etersoft
# Copyright (C) 2014 Daniil Mikhailov <danil@etersoft.ru>
# Copyright (C) 2016-2017, 2020 Vitaly Lipatov <lav@etersoft.ru>
# Copyright (C) 2016-2017, 2020
, 2022
Vitaly Lipatov <lav@etersoft.ru>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
...
...
@@ -206,12 +206,12 @@ fi
# -P support
if
[
-z
"
$1
"
]
;
then
echo
"eget - wget like downloader"
>
&2
echo
"eget - wget like downloader
wrapper with wildcard support
"
>
&2
fatal
"Run
$0
--help to get help"
fi
if
[
"
$1
"
=
"-h"
]
||
[
"
$1
"
=
"--help"
]
;
then
echo
"eget - wget like downloader with wildcard support in filename part of URL"
echo
"eget - wget like downloader w
rapper w
ith wildcard support in filename part of URL"
echo
"Usage: eget [-q] [-O target file] [--list] http://somesite.ru/dir/na*.log"
echo
echo
"Options:"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment