mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +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 ]]
|