Gitiles
Code Review
Sign In
gerrit.nordix.org
/
fdio
/
vpp
/
4ef4226282685a049aad439080ca5478da09ac06
/
.
/
test
/
scripts
/
git_pull_or_clean.sh
blob: b119a9ccb6014bb5c2e9bd4b6ef5fffadf48b1db [
file
] [
log
] [
blame
]
#!/bin/sh
CMD
=
'git clean -dfX */'
if
git pull
|
grep
-
v
'Already up-to-date.'
then
echo
"Executing $CMD"
$CMD
fi