5 lines
195 B
Bash
5 lines
195 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
#trunk build ./index.html && cargo run --bin backend -- localhost:7534
|
||
|
trunk build ./index.html && cargo run --bin backend -- localhost:7534 --dir /mnt/nas/media -u user -p password
|