4 lines
231 B
Bash
Executable file
4 lines
231 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 --port 7534 --key ./aes256_test.key
|