5 lines
82 B
Bash
5 lines
82 B
Bash
#!/bin/sh
|
|
# convenience wrapper for the aperture jar file
|
|
java -jar APT.jar "$@"
|
|
|