Files
Ali Abbas c1ec392bdd - Double quoting to avoid globbing
- Remove unecessary $(cat)
- switch * to ./* to avoid entries with dashes to be treated as options
- replace $* with "$@"
- repeating change path serial calls - unecessary if change path is called one (get script)
2014-04-12 15:56:54 +02:00

5 lines
89 B
Bash

#!/usr/bin/env bash
for function in $GVM_ROOT/scripts/function/*; do
. "$function"
done