From 9a724815823e034e384f7a0d2de946ef6e090487 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 3 May 2021 21:24:16 +0300 Subject: move scripts from bin/ to vk/ This is done in preparation to moving to PyPI. TODO: * update docs, * merge/rename some scripts. --- .ci/bin/mutual_friends.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.ci/bin/mutual_friends.sh') diff --git a/.ci/bin/mutual_friends.sh b/.ci/bin/mutual_friends.sh index 4a00fb8..383dbdd 100755 --- a/.ci/bin/mutual_friends.sh +++ b/.ci/bin/mutual_friends.sh @@ -12,8 +12,8 @@ script_dir="$( cd -- "$script_dir" && pwd )" readonly script_dir test_users() { - "$script_dir/../lib/test.sh" bin.mutual_friends --format csv "$@" - "$script_dir/../lib/test.sh" bin.mutual_friends --format json "$@" + "$script_dir/../lib/test.sh" vk.mutuals --format csv "$@" + "$script_dir/../lib/test.sh" vk.mutuals --format json "$@" } main() { -- cgit v1.2.3