|
|
@ -73,13 +73,14 @@ time=$(date +"%Y-%m-%d %H:%M:%S")
|
|
|
|
print_separator
|
|
|
|
print_separator
|
|
|
|
|
|
|
|
|
|
|
|
# Print time of submission
|
|
|
|
# Print time of submission
|
|
|
|
print_color "Time of submission: ${time}" "${BOLD_PREFIX}${CYAN_PREFIX}"
|
|
|
|
print_color "PTIME: ${time}" "${BOLD_PREFIX}${CYAN_PREFIX}"
|
|
|
|
|
|
|
|
echo ""
|
|
|
|
author=$(git config user.name)
|
|
|
|
Author=$(git config user.name)
|
|
|
|
repository=$(basename -s .git $(git config --get remote.origin.url))
|
|
|
|
Repository=$(basename -s .git $(git config --get remote.origin.url))
|
|
|
|
|
|
|
|
|
|
|
|
# Print additional information if needed
|
|
|
|
# Print additional information if needed
|
|
|
|
print_color "Repository: ${repository}" "${BLUE_PREFIX}"
|
|
|
|
print_color "Repository: ${repository}" "${BLUE_PREFIX}"
|
|
|
|
|
|
|
|
echo ""
|
|
|
|
print_color "Author: ${author}" "${PURPLE_PREFIX}"
|
|
|
|
print_color "Author: ${author}" "${PURPLE_PREFIX}"
|
|
|
|
|
|
|
|
|
|
|
|
# Print section separator
|
|
|
|
# Print section separator
|
|
|
|