Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 378 Bytes

02-customize.md

File metadata and controls

15 lines (10 loc) · 378 Bytes

02. CUSTOMIZE

You can add yours own commands and libs.
Simply put them in usr/command/ or usr/lib/ folders.

You can find an example for both :

  • usr/command/hello.sh
  • usr/lib/hello.sh
All files that you'll put in theses folders will not be versionned.
Feel you free to customize as you wish :)

Back to index