From c2a232d432f8659e0ad3c34a82c85351dde0e468 Mon Sep 17 00:00:00 2001 From: code002lover Date: Sun, 13 Jul 2025 03:37:21 +0200 Subject: [PATCH] add deploy script --- deploy.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 deploy.sh diff --git a/deploy.sh b/deploy.sh new file mode 100755 index 0000000..9c28938 --- /dev/null +++ b/deploy.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +cp output/*.dll "testbau/SCP Secret Laboratory/LabAPI/plugins/7777/" \ No newline at end of file