Remove stream and simplify op in pathfinder & fix scripts

This commit is contained in:
Sotr
2020-04-15 18:57:08 +07:00
parent 790aedb67b
commit 4d0ea06a78
28 changed files with 176 additions and 101 deletions

View File

@@ -29,7 +29,7 @@ subtasks=1
updatepaper=$2
if [ "$updatepaper" == "1" ]; then
echo " $(bashcolor 1 32)(0/$subtasks)$(bashcolorend) - Update Git submodules.."
$gitcmd submodule update --init --recursive
$gitcmd submodule update --init --remote
fi
if [[ "$2" == "--resetPaper" ]]; then