4 lines
93 B
Bash
Executable file
4 lines
93 B
Bash
Executable file
#!/usr/bin/env sh
|
|
THORP_HOME=`dirname $0`
|
|
eval `resize`
|
|
java -jar $THORP_HOME/s3thorp.jar $*
|