Skip to content

Commit 78ed0b5

Browse files
author
adrianbartyczak
committed
Add section View content in functions_scripts/README.md
1 parent 4390134 commit 78ed0b5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

functions_scripts/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,12 @@ This directory contains functions scripts.
55

66
Functions scripts are scripts consisting of small functions relative to a larger solution.
77

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

Comments
 (0)