rosa-build/bin/calc_sha

7 lines
167 B
Bash
Executable File

#!/bin/bash
pwd=`pwd`
command="$(pwd)/calc_sha_help $2"
cd $1
git filter-branch --tree-filter "$pwd/bin/file-store" --prune-empty --tag-name-filter cat -- --all
cd ..