From e400e9470e55485f1f0a99d7b8ac9578ca352e32 Mon Sep 17 00:00:00 2001 From: victor Date: Sun, 10 May 2020 07:53:48 +0430 Subject: [PATCH] move scripts to scripts directory --- PhotoshopSetup.sh => scripts/PhotoshopSetup.sh | 0 PhotoshopSetupCustom.sh => scripts/PhotoshopSetupCustom.sh | 0 cameraRawInstaller.sh => scripts/cameraRawInstaller.sh | 0 launcher.sh => scripts/launcher.sh | 0 photoshop.desktop => scripts/photoshop.desktop | 0 uninstaller.sh => scripts/uninstaller.sh | 0 winecfg.sh => scripts/winecfg.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename PhotoshopSetup.sh => scripts/PhotoshopSetup.sh (100%) rename PhotoshopSetupCustom.sh => scripts/PhotoshopSetupCustom.sh (100%) rename cameraRawInstaller.sh => scripts/cameraRawInstaller.sh (100%) rename launcher.sh => scripts/launcher.sh (100%) rename photoshop.desktop => scripts/photoshop.desktop (100%) rename uninstaller.sh => scripts/uninstaller.sh (100%) rename winecfg.sh => scripts/winecfg.sh (100%) diff --git a/PhotoshopSetup.sh b/scripts/PhotoshopSetup.sh similarity index 100% rename from PhotoshopSetup.sh rename to scripts/PhotoshopSetup.sh diff --git a/PhotoshopSetupCustom.sh b/scripts/PhotoshopSetupCustom.sh similarity index 100% rename from PhotoshopSetupCustom.sh rename to scripts/PhotoshopSetupCustom.sh diff --git a/cameraRawInstaller.sh b/scripts/cameraRawInstaller.sh similarity index 100% rename from cameraRawInstaller.sh rename to scripts/cameraRawInstaller.sh diff --git a/launcher.sh b/scripts/launcher.sh similarity index 100% rename from launcher.sh rename to scripts/launcher.sh diff --git a/photoshop.desktop b/scripts/photoshop.desktop similarity index 100% rename from photoshop.desktop rename to scripts/photoshop.desktop diff --git a/uninstaller.sh b/scripts/uninstaller.sh similarity index 100% rename from uninstaller.sh rename to scripts/uninstaller.sh diff --git a/winecfg.sh b/scripts/winecfg.sh similarity index 100% rename from winecfg.sh rename to scripts/winecfg.sh