mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-25 05:53:46 -04:00
4 lines
127 B
Bash
Executable File
4 lines
127 B
Bash
Executable File
#!/bin/bash
|
|
DIR="$( cd "$( dirname "$( realpath "${BASH_SOURCE[0]}" )" )" >/dev/null && pwd )"
|
|
java -jar $DIR/Digital.jar "$1"
|