1
0
silverbullet/server/run.sh

3 lines
85 B
Bash
Raw Normal View History

2022-02-24 16:24:49 +00:00
#!/bin/bash
2022-02-25 10:27:58 +00:00
ls | entr -s 'deno run --allow-net --allow-read --allow-write server.ts'