mirror of
https://github.com/ThePhaseless/Byparr.git
synced 2025-03-15 01:40:21 +08:00
7 lines
73 B
Bash
Executable File
7 lines
73 B
Bash
Executable File
#!/bin/sh
|
|
|
|
if [ -f ld_fix.sh ]; then
|
|
. ./ld_fix.sh
|
|
fi
|
|
|
|
uv run main.py |