mirror of
https://github.com/10h30/ols-docker-env.git
synced 2026-05-12 23:31:35 +09:00
4 lines
171 B
Bash
Executable File
4 lines
171 B
Bash
Executable File
#!/usr/bin/env bash
|
|
find conf -maxdepth 1 -type d \( ! -name . \) -exec bash -c "cd '{}' && pwd && git ls-files -z ${pwd} | xargs -0 git update-index --skip-worktree" \;
|
|
|