mirror of
https://github.com/notwa/rc
synced 2024-11-05 07:29:04 -08:00
update byte count of golfed script
also, the old number was incorrect. it should've said 461 bytes.
This commit is contained in:
parent
c672f5c09a
commit
cc8dc10540
1 changed files with 1 additions and 1 deletions
2
sh/burl
2
sh/burl
|
@ -6,7 +6,7 @@ burl() ( ### @-
|
|||
### inspired by [hackshell.sh.](https://thc.org/hs)
|
||||
### also works in most other shells thanks to netcat.
|
||||
###
|
||||
### minimal/minified version: https://eaguru.guru/t/burl.sh (416 bytes)
|
||||
### minimal/minified version: https://eaguru.guru/t/burl.sh (469 bytes)
|
||||
###
|
||||
### ```
|
||||
### $ burl httpbin.org/get
|
||||
|
|
Loading…
Reference in a new issue