mirror of
https://github.com/servo/servo
synced 2026-05-01 20:07:22 +02:00
5 lines
74 B
Bash
Executable File
5 lines
74 B
Bash
Executable File
#!/bin/bash
|
|
diff=$(git diff -- */*/Cargo.lock)
|
|
echo "$diff"
|
|
[[ ! $diff ]]
|