Files
2012-02-28 21:55:24 -08:00

5 lines
79 B
Bash

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