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
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.
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.