This website requires JavaScript.
Explore
Help
Sign in
rwx.work
/
spcd
Watch
1
Star
0
Fork
You've already forked spcd
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
10280bcdd9
spcd
/
cmd
/
cd-build-project.sh
8 lines
109 B
Bash
Raw
Normal View
History
Unescape
Escape
build
2024-03-23 18:50:20 +00:00
if
[
-x
'./build.py'
]
;
then
./build.py
elif
[
-x
'./build.sh'
]
;
then
./build.sh
else
exit
fi
Reference in a new issue
Copy permalink