Commit 27eb2812 authored by Eric Vidal's avatar Eric Vidal
Browse files

acces to file functions

parent eff76838
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ shopt -s extglob
##		Check is the functions file exits

if [[ -f `pwd`/functions ]]; then
  source functions
  source `pwd`/functions
else
  echo "==>> Missing file : functions"
  exit