mirror of
https://github.com/typeable/wai.git
synced 2025-01-08 07:30:10 +03:00
17 lines
453 B
Bash
17 lines
453 B
Bash
#!/bin/bash
|
|
|
|
pkgs=( ./wai
|
|
./wai-test
|
|
./wai-extra
|
|
./warp
|
|
./warp-tls
|
|
./wai-app-static
|
|
./wai-handler-fastcgi
|
|
./wai-handler-launch
|
|
./wai-handler-scgi
|
|
./wai-frontend-monadcgi
|
|
./warp-static
|
|
./wai-websockets
|
|
./wai-eventsource
|
|
)
|