latest pushes
This commit is contained in:
parent
5ff760553e
commit
07469fd003
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,5 +2,4 @@ publish.sh
|
|||||||
Cargo.toml
|
Cargo.toml
|
||||||
Cargo.lock
|
Cargo.lock
|
||||||
target
|
target
|
||||||
bellande_rustinstaller.py
|
|
||||||
scripts
|
scripts
|
||||||
|
@ -12,6 +12,9 @@
|
|||||||
- Environment variables
|
- Environment variables
|
||||||
- redirection support
|
- redirection support
|
||||||
|
|
||||||
|
# Usage of Bellande Rust Executable Builder
|
||||||
|
- https://github.com/Architecture-Mechanism/bellande_rust_executable
|
||||||
|
- ```bellande_rust_executable -d dependencies.txt -s src -m bellos.rs -o executable/bellos```
|
||||||
|
|
||||||
# Usage of Bellande Rust Importer
|
# Usage of Bellande Rust Importer
|
||||||
- https://github.com/Architecture-Mechanism/bellande_importer
|
- https://github.com/Architecture-Mechanism/bellande_importer
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
# Writing to a file
|
# Writing to a file
|
||||||
echo "This is a test file" > test.txt
|
echo "This is a test file" > test.txt
|
||||||
echo "Adding another line" >> test.txt
|
echo "Adding another line" > test.txt
|
||||||
|
|
||||||
# Reading from a file
|
# Reading from a file
|
||||||
echo "Contents of test.txt:"
|
echo "Contents of test.txt:"
|
||||||
|
2
dependencies.txt
Normal file
2
dependencies.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
glob = "0.3.0"
|
||||||
|
tempfile = "3.2"
|
Binary file not shown.
1
make_rust_executable.sh
Executable file
1
make_rust_executable.sh
Executable file
@ -0,0 +1 @@
|
|||||||
|
bellande_rust_executable -d dependencies.txt -s src -m bellos.rs -o executable/bellos
|
Loading…
x
Reference in New Issue
Block a user