mirror of
https://github.com/HerrCraziDev/dotfiles.git
synced 2025-12-16 02:46:17 +01:00
fucking mess
This commit is contained in:
10
mc-install-plugin
Executable file
10
mc-install-plugin
Executable 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
|
||||
Reference in New Issue
Block a user