junk/entemu/junkrc

9 lines
198 B
Text
Raw Normal View History

2024-12-17 15:33:24 +00:00
#!/bin/sh
#;proxy=http://localhost:11001
export deno=/mnt/data/app/deno
export junkhost=127.0.0.1
export junkport=11001
$deno task build
exec $deno run --allow-read --allow-net --allow-env main.ts