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