Subir archivos a "/"

This commit is contained in:
2025-06-09 10:16:13 +00:00
parent e8be1d1cd0
commit 9779508278
5 changed files with 6 additions and 0 deletions
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
Binary file not shown.
+6
View File
@@ -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 "$@"