mirror of
https://github.com/riegera2412/UVtools.git
synced 2026-07-09 01:52:32 +02:00
4 lines
83 B
Bash
4 lines
83 B
Bash
#!/bin/bash
|
|
cd "$(dirname "$0")"
|
|
[ -f UVtools ] && ./UVtools || dotnet UVtools.dll
|