mbleron / ExcelTable

ExcelTable is an Oracle SQL interface to read Microsoft Excel files (.xlsx, .xlsm, .xlsb, .xls, .xml), ODF spreadsheet files (.ods) and flat files as external tables
MIT License
45 stars 12 forks source link

Make shell script to install jar file executable #51

Closed ReneNyffenegger closed 10 months ago

ReneNyffenegger commented 10 months ago

Because the shell scripts that install the jar file refer to the positional value $0, they need to be executed as script, not sourced. Therefore, the scripts are changed with the executable bit set.