From 2127a0ca7f389c459bf1854697baed67f91b99c3 Mon Sep 17 00:00:00 2001 From: Eddie Antonio Santos Date: Mon, 25 May 2020 08:29:15 -0600 Subject: [PATCH] change(common/resources): move gosh scripts to resource/gosh --- resources/{ => gosh}/gosh.bat | 0 resources/{ => gosh}/gosh.sh | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename resources/{ => gosh}/gosh.bat (100%) rename resources/{ => gosh}/gosh.sh (100%) diff --git a/resources/gosh.bat b/resources/gosh/gosh.bat similarity index 100% rename from resources/gosh.bat rename to resources/gosh/gosh.bat diff --git a/resources/gosh.sh b/resources/gosh/gosh.sh similarity index 100% rename from resources/gosh.sh rename to resources/gosh/gosh.sh