11 lines
513 B
Bash
Executable file
11 lines
513 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
mkdir out 2>/dev/null || true
|
|
deno run ./default.ts > out/default.conf
|
|
deno run ./pds.ts > out/pds.conf
|
|
deno run ./char-bun-how.ts > out/char-bun-how.conf
|
|
deno run ./pds-testing.ts > out/pds-testing.conf
|
|
deno run ./charlotte-partners.ts > out/charlotte-partners.conf
|
|
deno run ./charlotte-partners-labeler.ts > out/charlotte-partners-labeler.conf
|
|
deno run ./bfuse-filter-umm-gay.ts > out/bfuse-filter-umm-gay.conf
|
|
deno run ./hang-out-while-she-watches.ts > out/hang-out-while-she-watches.conf
|