X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Flibraries%2Fbash%2Ffunction%2FREADME.txt;fp=resources%2Flibraries%2Fbash%2Ffunction%2FREADME.txt;h=055ebb4cdc97f104d400824809b7ab8aa0807acb;hb=7db6faf25da39820d321222f7f8fcb191585add9;hp=0000000000000000000000000000000000000000;hpb=e105ab722bbc6c98bf76a863539c971be506859a;p=csit.git diff --git a/resources/libraries/bash/function/README.txt b/resources/libraries/bash/function/README.txt new file mode 100644 index 0000000000..055ebb4cdc --- /dev/null +++ b/resources/libraries/bash/function/README.txt @@ -0,0 +1,7 @@ +Files in this directory system are to be executed indirectly, +sourced from other scripts. + +In fact, the files should only define functions, +except perhaps some minimal logic needed to import dependencies. +The originating function calls should be executed from elsewhere, +typically from entry scripts.