From de8a19ce694d85a81d52628c79d88b0935a5455f Mon Sep 17 00:00:00 2001 From: nom3ad <19239479+nom3ad@users.noreply.github.com> Date: Sun, 7 Jan 2024 16:21:27 +0530 Subject: [PATCH] rename hacks to scripts --- {hack => scripts}/Containerfile | 0 {hack => scripts}/README.md | 2 +- {hack => scripts}/compose.yml | 0 {hack => scripts}/exec-sshuttle | 2 +- {hack => scripts}/exec-tool | 0 {hack => scripts}/run-benchmark | 0 {hack => scripts}/run-checks | 0 {hack => scripts}/setup.service | 0 {hack => scripts}/test-bed | 0 9 files changed, 2 insertions(+), 2 deletions(-) rename {hack => scripts}/Containerfile (100%) rename {hack => scripts}/README.md (78%) rename {hack => scripts}/compose.yml (100%) rename {hack => scripts}/exec-sshuttle (98%) rename {hack => scripts}/exec-tool (100%) rename {hack => scripts}/run-benchmark (100%) rename {hack => scripts}/run-checks (100%) rename {hack => scripts}/setup.service (100%) rename {hack => scripts}/test-bed (100%) diff --git a/hack/Containerfile b/scripts/Containerfile similarity index 100% rename from hack/Containerfile rename to scripts/Containerfile diff --git a/hack/README.md b/scripts/README.md similarity index 78% rename from hack/README.md rename to scripts/README.md index e2be7ea..f335d43 100644 --- a/hack/README.md +++ b/scripts/README.md @@ -3,7 +3,7 @@ ```bash test-bed up -d # start containers -exec-sshuttle [--copy-id] [--shuttle-bin=/path/to/sshttle] [sshuttle-args...] +exec-sshuttle [--copy-id] [--sshuttle-bin=/path/to/sshuttle] [sshuttle-args...] exec-sshuttle node-1 # start sshuttle to connect to node-1 diff --git a/hack/compose.yml b/scripts/compose.yml similarity index 100% rename from hack/compose.yml rename to scripts/compose.yml diff --git a/hack/exec-sshuttle b/scripts/exec-sshuttle similarity index 98% rename from hack/exec-sshuttle rename to scripts/exec-sshuttle index 3412342..a42f583 100755 --- a/hack/exec-sshuttle +++ b/scripts/exec-sshuttle @@ -80,5 +80,5 @@ if [[ -z $sshuttle_bin || "$sshuttle_bin" == dev ]]; then fi set -x - +$sshuttle_bin --version exec "${sshuttle_bin}" -r "$user@$host:$port" --ssh-cmd "$ssh_cmd" "${args[@]}" diff --git a/hack/exec-tool b/scripts/exec-tool similarity index 100% rename from hack/exec-tool rename to scripts/exec-tool diff --git a/hack/run-benchmark b/scripts/run-benchmark similarity index 100% rename from hack/run-benchmark rename to scripts/run-benchmark diff --git a/hack/run-checks b/scripts/run-checks similarity index 100% rename from hack/run-checks rename to scripts/run-checks diff --git a/hack/setup.service b/scripts/setup.service similarity index 100% rename from hack/setup.service rename to scripts/setup.service diff --git a/hack/test-bed b/scripts/test-bed similarity index 100% rename from hack/test-bed rename to scripts/test-bed