44c320d8fa
Track required workspace crates, scripts, and historical diesel migrations so the repository contains the complete runnable backend baseline. Made-with: Cursor
10 lines
177 B
Bash
Executable File
10 lines
177 B
Bash
Executable File
#!/bin/sh
|
|
set -x
|
|
|
|
echo "----------------------------" >> htyts.log
|
|
echo "$(date)" >> htyts.log
|
|
echo "----------------------------" >> htyts.log
|
|
|
|
nohup cargo run >> htyts.log &
|
|
|