This website requires JavaScript.
Explore
Help
Sign In
nite
/
Byparr
Watch
1
Fork
0
You've already forked Byparr
mirror of
https://github.com/ThePhaseless/Byparr.git
synced
2025-03-15 09:50:20 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Byparr
/
cmd.sh
7 lines
73 B
Bash
Raw
Normal View
History
Unescape
Escape
add shebang
2024-11-25 09:54:19 +00:00
#!/bin/sh
github actions shared lib fix
2024-12-11 00:21:07 +00:00
if
[
-f ld_fix.sh
]
;
then
. ./ld_fix.sh
fi
uv run main.py
Reference in New Issue
Copy Permalink