aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.ci/bin/main.sh
diff options
context:
space:
mode:
Diffstat (limited to '.ci/bin/main.sh')
-rwxr-xr-x.ci/bin/main.sh19
1 files changed, 0 insertions, 19 deletions
diff --git a/.ci/bin/main.sh b/.ci/bin/main.sh
deleted file mode 100755
index 6207677..0000000
--- a/.ci/bin/main.sh
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/usr/bin/env bash
-
-# Copyright (c) 2019 Egor Tensin <Egor.Tensin@gmail.com>
-# This file is part of the "VK scripts" project.
-# For details, see https://github.com/egor-tensin/vk-scripts.
-# Distributed under the MIT License.
-
-set -o errexit -o nounset -o pipefail
-
-script_dir="$( dirname -- "${BASH_SOURCE[0]}" )"
-script_dir="$( cd -- "$script_dir" && pwd )"
-readonly script_dir
-
-"$script_dir/mutuals.sh"
-
-"$script_dir/sessions.sh"
-
-"$script_dir/status_once.sh"
-"$script_dir/status.sh"