mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2024-11-05 23:40:11 +01:00
6 lines
78 B
Bash
6 lines
78 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
/scripts/download-security-jar.sh
|
||
|
|
||
|
# Run the main command
|
||
|
exec "$@"
|