This website requires JavaScript.
Explore
Help
Register
Sign In
asleepymoon
/
Luna
Watch
1
Star
1
Fork
0
You've already forked Luna
Code
Issues
Pull Requests
Actions
Projects
Releases
8
Wiki
Activity
Luna
/
tools
/
build-stable.sh
8 lines
98 B
Bash
Raw
Normal View
History
Unescape
Escape
Modify shebangs to use /usr/bin/env bash instead of /bin/sh
2022-10-08 15:35:39 +02:00
#!/usr/bin/env bash
Separate building a debug image and running it, and provide a script for GDB.
2022-10-08 15:32:48 +02:00
set
-e
Let's get Rusty!!
2022-10-31 14:02:12 +01:00
Separate building a debug image and running it, and provide a script for GDB.
2022-10-08 15:32:48 +02:00
source
$(
dirname
$0
)
/env.sh
Let's get Rusty!!
2022-10-31 14:02:12 +01:00
cd
$LUNA_ROOT
/moon
cargo build --release
Reference in New Issue
Copy Permalink