import icon indicating copy to clipboard operation
import copied to clipboard

`import` is a simple and fast module system for Bash and other Unix shells

Results 5 import issues
Sort by recently updated
recently updated
newest added

Hi folks, I was just about to start something like import and found out about this project. Well done! I feel it would be useful to have the ability to...

```bash $ curl -sfLS https://import.pw > /usr/local/bin/import bash: /usr/local/bin/import: No such file or directory ``` ## Preview ![image](https://user-images.githubusercontent.com/13215662/98456069-985f6180-219a-11eb-907a-c9cbfebdc63e.png)

```sh shellcheck import.sh Line 27: local location="$1" ^-- SC2039: In POSIX sh, 'local' is undefined. Line 28: local headers="$2" ^-- SC2039: In POSIX sh, 'local' is undefined. Line 29: local...

The following error message shows up in the tests run via the Docker image. ``` Step 10/20 : RUN ksh ./test/test.sh ---> Running in ... ./test/test.sh[4]: internal error: j_async: bad...

So `. "$(which import)"` ends up erroring out 😒 /cc @joecohens