git-lfs/script/clean-git-test-fixtures

10 lines
168 B
Plaintext
Raw Normal View History

2014-05-28 20:35:44 +00:00
#!/bin/bash
2014-06-04 17:40:09 +00:00
for p in commands/repos/*/ ; do
2014-05-28 20:35:44 +00:00
script/clean-git-test-fixture $p
done
for p in commands/repos/*/modules/*/ ; do
script/clean-git-test-fixture $p
done