Files
BepInEx/copyLibs.sh
2024-04-17 13:29:18 +02:00

2 lines
133 B
Bash

for lib in $(cat libs.txt); do find 'C:\Games\Against.the.Storm.v1.0.2r' -name "$lib" | sed 's|\\|/|g' | xargs -I% -- cp '%' .; done