Skip to content

Instantly share code, notes, and snippets.

View amyrlam's full-sized avatar

Amy Lam amyrlam

  • Sagent
  • Salt Lake City, UT
View GitHub Profile
#!/bin/bash
# This script takes a remote repository and merges it into
# the current one as a subdirectory
set -e
# REPOS=('design-system-components' 'design-system-tokens' 'design-system-figma-scripting')
# REPOS=('flight')
REPOS=('design-system-tokens')