Subir archivos a "/"
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
BIN_FOLDER=`dirname "$0"`
|
||||
|
||||
# Assumes java is on the path
|
||||
java -cp "$BIN_FOLDER/../lib/*" org.apache.tomcat.jakartaee.MigrationCLI "$@"
|
||||
Reference in New Issue
Block a user