ruget: add Hindi translation (#8612)

pull/1/head
adityarjadhav 2022-10-02 08:04:34 +05:30 committed by GitHub
parent 2c1691c48f
commit 795965739b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

12
pages.hi/common/ruget.md Normal file
View File

@ -0,0 +1,12 @@
# ruget
> Rust में लिखे गए wget का विकल्प।
> अधिक जानकारी: <https://github.com/ksk001100/ruget>
- किसी फ़ाइल में URL की सामग्री डाउनलोड करें:
`ruget {{https://example.com/file}}`
- किसी निर्दिष्ट आउटपुट फ़ाइल में URL की सामग्री डाउनलोड करें:
`ruget --output {{file_name}} {{https://example.com/file}}`