Skip to content

Instantly share code, notes, and snippets.

@rainbow23
Created October 6, 2025 04:38
Show Gist options
  • Select an option

  • Save rainbow23/7980b9d1500e566cc4b884ef6fe69dfe to your computer and use it in GitHub Desktop.

Select an option

Save rainbow23/7980b9d1500e566cc4b884ef6fe69dfe to your computer and use it in GitHub Desktop.
esc_msg=${msg//\"/\"\"}
esc_msg=${esc_msg//$'\r'/}
esc_msg=${esc_msg//$'\n'/\\n}
printf '%s,"%s"\n' "$id" "$esc_msg" >> commits.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment