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
358fd7d687
spcd
/
cd-build-project
8 lines
109 B
Text
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