diff options
Diffstat (limited to 'bin/ak-template')
-rwxr-xr-x | bin/ak-template | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/ak-template b/bin/ak-template index 601a467..b5333be 100755 --- a/bin/ak-template +++ b/bin/ak-template @@ -29,8 +29,9 @@ PROGRAM=$(basename $0) descriptionString="Quick description" # At least these -source $AK_LIBDIR/_ak_log -source $AK_LIBDIR/_ak_script +source $AK_LIBDIR/_ak_lib_load +_ak_lib_load _ak_log +_ak_lib_load _ak_script # Your stuff here... example(){ |