Remove comments
This commit is contained in:
parent
c5f12aadcb
commit
722b2016e4
|
@ -114,8 +114,6 @@ runUserScripts() {
|
||||||
source "$script"
|
source "$script"
|
||||||
done < <(find -H scripts -type f -print0)
|
done < <(find -H scripts -type f -print0)
|
||||||
|
|
||||||
# find -H scripts -type f -exec sh -c 'echo "2 source $1"' -sh {} \;
|
|
||||||
|
|
||||||
cd "$lastFolder" || { echo "Couldn't cd into '$lastFolder'." 1>&2 && exit 1; }
|
cd "$lastFolder" || { echo "Couldn't cd into '$lastFolder'." 1>&2 && exit 1; }
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue