We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4390134 commit 78ed0b5Copy full SHA for 78ed0b5
functions_scripts/README.md
@@ -5,3 +5,12 @@ This directory contains functions scripts.
5
6
Functions scripts are scripts consisting of small functions relative to a larger solution.
7
8
+## View content
9
+
10
+To view all functions scripts, cd to the functions_scripts directory and run the following:
11
12
+```bash
13
+s='view-Shell-functions-scripts.sh' && git show helper_scripts:"${s}" > /tmp/"${s}" && \
14
+chmod +x /tmp/"${s}" && /tmp/"${s}"
15
+```
16
0 commit comments