mirror of
https://github.com/taoensso/telemere.git
synced 2025-12-17 01:51:10 +00:00
6 lines
143 B
Bash
Executable file
6 lines
143 B
Bash
Executable file
#!/bin/bash
|
|
|
|
cd projects/main; lein install; cd ../..;
|
|
cd projects/api; lein install; cd ../..;
|
|
cd projects/slf4j; lein install; cd ../..;
|
|
|