diff options
author | haturatu <taro@eyes4you.org> | 2024-12-03 00:25:50 +0900 |
---|---|---|
committer | haturatu <taro@eyes4you.org> | 2024-12-03 00:25:50 +0900 |
commit | f98589664b8e99d803f06c54094e632793158f08 (patch) | |
tree | 2f024aed343436fea6189a464084daeba626a904 /README.md |
Testin
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..0715534 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# ogp-fetch +## Dev +URL in `$1` Args +```bash +go build -o ogp-fetch +./ogp-fetch https://soulminingrig.com/ +``` +or +```bash +cat urls | while read -r url ; do ./ogp-fetch $url ; done +``` |