AlbertAguirre
Programmer
Hi
i cannot remember how to include a file of reuasable code in my korn or bourne shell scripts.
Help?
-A
i cannot remember how to include a file of reuasable code in my korn or bourne shell scripts.
Help?
-A
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
[gray]#!/bin/bash[/gray]
[red].[/red] /path/to/function-library.sh
[gray]# or[/gray]
[red]source[/red] /path/to/function-library.sh
[gray]# then you can use things included from the library[/gray]