ref func py

This commit is contained in:
TheK4n 2022-05-23 21:38:36 +03:00
parent 1b919c7ea8
commit 574d8827c3

View File

@ -148,6 +148,6 @@ docker_ips() {
py() { py() {
test -z "$@" && ipython -i -c "q = exit" || ipython $@ test -z "$@" && ipython -i -c "q = exit" || python3 $@
} }