From 574d8827c31d7bfc32423d15c9e40790197508be Mon Sep 17 00:00:00 2001 From: TheK4n Date: Mon, 23 May 2022 21:38:36 +0300 Subject: [PATCH] ref func py --- sub/bash/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sub/bash/functions b/sub/bash/functions index 476ca94..6fe01a4 100644 --- a/sub/bash/functions +++ b/sub/bash/functions @@ -148,6 +148,6 @@ docker_ips() { py() { - test -z "$@" && ipython -i -c "q = exit" || ipython $@ + test -z "$@" && ipython -i -c "q = exit" || python3 $@ }