mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-13 23:27:43 +02:00
3 lines
52 B
Bash
Executable File
3 lines
52 B
Bash
Executable File
#!/bin/sh
|
|
echo `git diff --raw "$1"^ $1 | wc -l` $1
|