mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 11:13:16 +00:00
2 lines
75 B
Bash
2 lines
75 B
Bash
#!/bin/bash
|
|
find ../../maps | grep \.dmm$ | xargs -l1 -I{} cp {} {}.backup |