Skip to content

Commit 3d1569f

Browse files
author
sreedharbukya
committed
SB: edited tutorial to explain boilerplate code
1 parent 5a496f0 commit 3d1569f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ _program_entrypoint='overdrive'
8989
. "$_program_libPath"/shellfire/core/init.functions "$@"
9090
```
9191

92+
(Boilerplate code will enable program to load libraries and other dependency code , which makes this script standalone)
93+
9294
Now run it with `./overdrive` - you should see `Hello World`. Try `./overdrive --help` and `./overdrive --version`. Of course, this isn't a very useful program. Let's at least give it a purpose.
9395

9496
## Parsing the command line

0 commit comments

Comments
 (0)