Skip to content

Commit 7f70376

Browse files
author
sreedharbukya
committed
SB: minor change in readme
1 parent 3d1569f commit 7f70376

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ _program()
7575
}
7676
}
7777

78+
# boilerplate code -- > starts here
79+
7880
_program_name='overdrive'
7981
_program_version='unversioned'
8082
_program_package_or_build=''
@@ -84,12 +86,14 @@ _program_etcPath="${_program_path}/etc"
8486
_program_varPath="${_program_path}/var"
8587
_program_entrypoint='overdrive'
8688

89+
# < -- ends here
8790

8891
# Assumes pwd, and so requires this code to be running from this folder
8992
. "$_program_libPath"/shellfire/core/init.functions "$@"
9093
```
9194

92-
(Boilerplate code will enable program to load libraries and other dependency code , which makes this script standalone)
95+
Boilerplate code will enable program to load libraries and other dependency code , which makes this script standalone
96+
9397

9498
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.
9599

0 commit comments

Comments
 (0)