Skip to content
Snippets Groups Projects
Commit f188874e authored by Malin Freeborn's avatar Malin Freeborn
Browse files

remove pointless config script

parent 7e31df6b
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
# Don't run this script unless you know what you're doing.
git checkout master
for i in gr aie aif core
do
git merge $i
git checkout $i
git merge master
git checkout master
done
git checkout master
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment