1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00

CR3 adding get files

This commit is contained in:
inv
2022-11-03 19:53:30 +03:00
committed by inv
parent 12d8001d20
commit b24aa87dc3

9
get.sh Normal file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
list="master integration"
for name in $list ; do
echo $name
export shorthash_$name=$(git rev-parse $name)
echo shorthash_$name=$(eval echo "\$shorthash_${name}")
done
#echo shorthash_master=$shorthash_master