Comparing version 1.0.22 to 1.0.23
{ | ||
"name": "bashlink", | ||
"version": "1.0.22", | ||
"version": "1.0.23", | ||
"license": "CC-BY-3.0", | ||
@@ -5,0 +5,0 @@ "description": "a high reliable bash library", |
@@ -30,7 +30,19 @@ <!-- #!/usr/bin/env markdown | ||
[rebash](https://github.com/jandob/rebash). | ||
```bash | ||
module_name_bashlink_file_path="$(mktemp --directory)/bashlink/" | ||
mkdir "$module_name_bashlink_file_path" | ||
wget \ | ||
https://goo.gl/UKF5JG \ | ||
--output-document "${module_name_bashlink_file_path}module.sh" | ||
# shellcheck disable=SC1091 | ||
source "${module_name_bashlink_file_path}/module.sh" | ||
bl_module_retrieve_remote_modules=true | ||
bl.module.import bashlink.logging | ||
... | ||
``` | ||
<!-- region vim modline | ||
vim: set tabstop=4 shiftwidth=4 expandtab: | ||
vim: foldmethod=marker foldmarker=region,endregion: | ||
endregion --> |
Sorry, the diff of this file is not supported yet
203770
48