myt/myvc-dump.sh

4 lines
63 B
Bash
Executable File

#!/bin/bash
mysqldump $@ | sed 's/ AUTO_INCREMENT=[0-9]* //g'