Initial Commit - Copy from Altus Metrum AltOS

This commit is contained in:
2024-06-25 19:03:04 +02:00
commit 13fc49c923
2048 changed files with 1206748 additions and 0 deletions

4
telegps/telegps-fat Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/sh
me=`which "$0"`
dir=`dirname "$me"`
exec java -cp "$dir/*" -Djava.library.path="$dir" -jar "$dir"/telegps-fat.jar "$@"