This website requires JavaScript.
Explore
Help
Register
Sign In
apio
/
Luna
Watch
1
Star
1
Fork
0
You've already forked Luna
Code
Issues
Pull Requests
Actions
Projects
Releases
8
Wiki
Activity
7cc139c3f7
Luna
/
tools
/
clean.sh
8 lines
84 B
Bash
Raw
Normal View
History
Unescape
Escape
Modify shebangs to use /usr/bin/env bash instead of /bin/sh
2022-10-08 13:35:39 +00:00
#!/usr/bin/env bash
Ready. Set. Go!
2022-09-05 14:13:51 +00:00
set
-e
source
$(
dirname
$0
)
/env.sh
Make the build system more platform-agnostic
2022-11-19 16:46:53 +00:00
cd
$BUILD_DIR
Ready. Set. Go!
2022-09-05 14:13:51 +00:00
Make the build system more platform-agnostic
2022-11-19 16:46:53 +00:00
$BUILD
clean
Reference in New Issue
Copy Permalink