mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
4 lines
74 B
Bash
Executable file
4 lines
74 B
Bash
Executable file
#!/bin/bash
|
|
diff=$(git diff -- */*/Cargo.lock)
|
|
echo "$diff"
|
|
[[ ! $diff ]]
|