4 lines
83 B
Bash
4 lines
83 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
java -cp build/eclipse org.apache.poi.hssf.dev.BiffViewer --escher "$@"
|