From 48743574adccd05667fd473f239d790510c07d10 Mon Sep 17 00:00:00 2001 From: Dmytro Bogovych Date: Thu, 14 Sep 2023 10:20:02 +0300 Subject: [PATCH] - non-used files removed --- bad_network_start.sh | 7 ------- bad_network_stop.sh | 6 ------ 2 files changed, 13 deletions(-) delete mode 100755 bad_network_start.sh delete mode 100755 bad_network_stop.sh diff --git a/bad_network_start.sh b/bad_network_start.sh deleted file mode 100755 index e8d6966..0000000 --- a/bad_network_start.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash - -# Oneliner to find script's directory. Please note - last path component should NOT be symlink. -SCRIPT_DIR="$( cd -- "$( dirname -- "${BASH_SOURCE[0]:-$0}"; )" &> /dev/null && pwd 2> /dev/null; )"; - -/usr/bin/python3 ${SCRIPT_DIR}/src/utils_network_impairment.py --start - diff --git a/bad_network_stop.sh b/bad_network_stop.sh deleted file mode 100755 index 9a7d1d3..0000000 --- a/bad_network_stop.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash - -# Oneliner to find script's directory. Please note - last path component should NOT be symlink. -SCRIPT_DIR="$( cd -- "$( dirname -- "${BASH_SOURCE[0]:-$0}"; )" &> /dev/null && pwd 2> /dev/null; )"; - -/usr/bin/python3 ${SCRIPT_DIR}/src/utils_network_impairment.py --stop