Update lib.sh

pull/420/head
midoks 2 years ago
parent 7c96ddd63e
commit 92fa8da2f6
  1. 1
      scripts/lib.sh

@ -8,6 +8,7 @@ function version_ge() { test "$(echo "$@" | tr " " "\n" | sort -rV | head -n 1)"
P_VER=`python3 -V | awk '{print $2}'` P_VER=`python3 -V | awk '{print $2}'`
echo "python:$P_VER" echo "python:$P_VER"
sleep 3
curPath=`pwd` curPath=`pwd`
rootPath=$(dirname "$curPath") rootPath=$(dirname "$curPath")

Loading…
Cancel
Save