Skip to content

Instantly share code, notes, and snippets.

@fishyer
Created November 14, 2024 10:19
Show Gist options
  • Save fishyer/bc9d693c7692476e9fc822c691fc4795 to your computer and use it in GitHub Desktop.
Save fishyer/bc9d693c7692476e9fc822c691fc4795 to your computer and use it in GitHub Desktop.
#!/bin/bash
echo "✅pre-push hook start at $(date)"
start_time=$(date +%s)
echo "🎉pre-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