Created
November 14, 2024 09:23
-
-
Save fishyer/7d1f9ef4d93b021bff45ab8c9c2c0ac9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
echo "✅post-push hook start at $(date)" | |
start_time=$(date +%s) | |
echo "🎉post-push hook end at $(date) elapsed $(($(date +%s) - $start_time)) seconds" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment