mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
5 lines
107 B
Bash
Executable File
5 lines
107 B
Bash
Executable File
#!/usr/bin/env bash
|
|
cd ../../..
|
|
|
|
git diff devel --dirstat=files -- ./packages/ | sed -E 's/^[ 0-9.]+% //g'
|