3 lines
86 B
Bash
3 lines
86 B
Bash
#!/bin/sh
|
|
tla archives | grep MIRROR | sed s/-MIRROR// | xargs -n1 tla archive-mirror
|