4 lines
85 B
Bash
4 lines
85 B
Bash
#!/bin/bash
|
|
|
|
cd manifest && \
|
|
for i in *.json; do dcos marathon app add $i; done |