Skip to content

Instantly share code, notes, and snippets.

@sjparkinson
Created June 20, 2019 15:56
Show Gist options
  • Save sjparkinson/37f09659f50da11d5c88713d1905ce17 to your computer and use it in GitHub Desktop.
Save sjparkinson/37f09659f50da11d5c88713d1905ce17 to your computer and use it in GitHub Desktop.
Update CODEOWNERS
#!/bin/bash
# Remove the last line from CODEOWNERS
sed -i '' -e '$ d' CODEOWNERS
# Append the following line to CODEOWNERS
echo "* @Financial-Times/etg" >> CODEOWNERS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment