Remove comments

This commit is contained in:
Santiago Lo Coco 2022-01-24 23:42:31 -03:00
parent c5f12aadcb
commit 722b2016e4
1 changed files with 0 additions and 2 deletions

View File

@ -114,8 +114,6 @@ runUserScripts() {
source "$script"
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; }
fi
}