diff options
author | haturatu <taro@eyes4you.org> | 2024-12-04 17:12:39 +0900 |
---|---|---|
committer | haturatu <taro@eyes4you.org> | 2024-12-04 17:12:39 +0900 |
commit | 8a2be4af6832330080044de98ad0fe60868e4232 (patch) | |
tree | 816d2171bf3497e1f6ff43bb429c8ddf7bccbf6b /README.md | |
parent | c6deec6e6452b591ecb729bfd5b4ec0a1822c640 (diff) |
wip
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -24,6 +24,12 @@ URL in `$1`. $ ght Usage: ght "https://google.com/" ``` +exec +```bash +$ ght "https://google.com/" +Google +``` +Done! ### for example If you have a file called `urls` with URLs listed. |