https://github.com/ExceLint/ExceLint
Revision c275e3987ffa47eab9f784aedf0db8ad12e99177 authored by Daniel W. Barowy on 09 May 2018, 12:32:48 UTC, committed by Daniel W. Barowy on 09 May 2018, 12:32:48 UTC
1 parent c3846ed
Raw File
Tip revision: c275e3987ffa47eab9f784aedf0db8ad12e99177 authored by Daniel W. Barowy on 09 May 2018, 12:32:48 UTC
save runner config
Tip revision: c275e39
pullItAll.sh
#!/bin/sh

git pull
cd Depends; git checkout master; git pull
cd parcel; git checkout master; git pull
cd ../ParcelCOMShim; git checkout master; git pull
cd parcel; git checkout master; git pull

back to top