mirror of
https://github.com/riegera2412/UVtools.git
synced 2026-07-09 01:52:32 +02:00
8 lines
227 B
Bash
8 lines
227 B
Bash
#!/bin/bash
|
|
#
|
|
# This script just builds and runs UVtools on your current system with default configuration
|
|
# If you want to see the compilation output, go to: UVtools.WPF/bin/
|
|
#
|
|
cd "$(dirname "$0")"
|
|
cd ../UVtools.WPF
|
|
dotnet run |