NJU-ProjectN/nemu ics2023 initialized

NJU-ProjectN/nemu eb63cf3568dbf4e0c3c6ef462e6ec685550fabbc Merge pull request #76 from rijuyuezhu/master
This commit is contained in:
zzy
2024-08-16 19:10:52 +08:00
parent 722f8e8192
commit f6b9b9f766
141 changed files with 19552 additions and 1 deletions

View File

@ -18,7 +18,7 @@ function init() {
fi
while [ ! -d $3 ]; do
git clone -b $2 git@github.com:$1.git $3
git clone -b $2 https://github.com/$1.git $3
done
log="$1 `cd $3 && git log --oneline --no-abbrev-commit -n1`"$'\n'