importpw / import

`import` is a simple and fast module system for Bash and other Unix shells
https://import.sh
MIT License
338 stars 10 forks source link

Use curl `--dump-header` to parse "Location" #24

Closed TooTallNate closed 4 years ago

TooTallNate commented 4 years ago

Now there's no FIFO, nor sub-process necessary to parse the "Location" header of the source file.

Fixes #20.