Skip to content

Instantly share code, notes, and snippets.

@cereme
Created July 27, 2019 08:46
Show Gist options
  • Save cereme/1bd9b2bde4a7951190ca634a64658a21 to your computer and use it in GitHub Desktop.
Save cereme/1bd9b2bde4a7951190ca634a64658a21 to your computer and use it in GitHub Desktop.
add_repo_to_sourcerer.sh
#!/bin/bash
array=($(ls -d */))
for elem in ${array[@]}; do
sourcerer add ./${elem}
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment