AuthMe/AuthMeReloaded

View on GitHub
src/test/java/tools/shhelpers/move_plugin.sh

Summary

Maintainability
Test Coverage
#!/bin/sh
#
# Usage: ./move_plugin.sh
#

if [ -z $jarfile ];
   then
       ./setvars.sh
fi

if [ -f $jarfile ]
then
    cp $jarfile $plugins
else
    echo "Target file not found: $jarfile"
fi