fucking mess

This commit is contained in:
2021-09-15 08:37:45 +02:00
parent 96207fbd9d
commit 4572645217
27 changed files with 12181 additions and 0 deletions

10
mc-install-plugin Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
if test -f "$1"; then
echo "Installing plugin $1..."
scp $1 bevin@chenco-server:~/Apps/paper/plugins/
echo "Done!"
else
echo "Error: '$1' is not a file."
fi