From e670eeacb6daecf70f7e2704bf38c360c923fde6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szymon=20Karpi=C5=84ski?= Date: Mon, 10 Feb 2020 20:24:34 +0100 Subject: [PATCH] moving scripts to scripts/ --- receive.sh => scripts/receive.sh | 0 send.sh => scripts/send.sh | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename receive.sh => scripts/receive.sh (100%) rename send.sh => scripts/send.sh (100%) diff --git a/receive.sh b/scripts/receive.sh similarity index 100% rename from receive.sh rename to scripts/receive.sh diff --git a/send.sh b/scripts/send.sh similarity index 100% rename from send.sh rename to scripts/send.sh