5 lines
72 B
Bash
Executable File
5 lines
72 B
Bash
Executable File
#!/bin/bash
|
|
mkdir -p test
|
|
|
|
cargo run --bin redoxfs-fuse test.bin test &
|