mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-12-26 14:11:18 +01:00
knowing which repo
This commit is contained in:
@@ -1,11 +1,17 @@
|
|||||||
|
echo "***slsDetectorsPackage";
|
||||||
git status;
|
git status;
|
||||||
|
echo "***slsDetectorSoftware";
|
||||||
cd slsDetectorSoftware;
|
cd slsDetectorSoftware;
|
||||||
git status;
|
git status;
|
||||||
|
echo "***slsReceiverSoftware";
|
||||||
cd ../slsReceiverSoftware;
|
cd ../slsReceiverSoftware;
|
||||||
git status;
|
git status;
|
||||||
|
echo "***slsDetectorGui";
|
||||||
cd ../slsDetectorGui;
|
cd ../slsDetectorGui;
|
||||||
git status;
|
git status;
|
||||||
|
echo "***slsDetectorCalibration";
|
||||||
cd ../slsDetectorCalibration;
|
cd ../slsDetectorCalibration;
|
||||||
git status;
|
git status;
|
||||||
|
echo "***slsImageReconstruction";
|
||||||
cd ../slsImageReconstruction;
|
cd ../slsImageReconstruction;
|
||||||
git status;
|
git status;
|
||||||
|
|||||||
Reference in New Issue
Block a user