4 lines
195 B
Bash
Executable file
4 lines
195 B
Bash
Executable file
#!/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
|