1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 17:24:46 +00:00

drop readlink req

This commit is contained in:
deadc0de6
2023-04-11 21:34:49 +02:00
committed by deadc0de
parent 02cb9708e1
commit 7fdd2deacb
136 changed files with 135 additions and 192 deletions

View File

@@ -8,7 +8,7 @@
## start-cookie
set -e
cur=$(cd "$(dirname "${BASH_SOURCE:-$0}")" && pwd)
cur=$(cd "$(dirname "${0}")" && pwd)
ddpath="${cur}/../"
export PYTHONPATH="${ddpath}:${PYTHONPATH}"
altbin="python3 -m dotdrop.dotdrop"