added Level 7

This commit is contained in:
Joe Tretter
2020-09-12 11:45:32 -05:00
parent 5b507a5c9e
commit 6cbde93cd0
42 changed files with 689 additions and 0 deletions

5
l7/5_solution.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
git checkout -b F1
git add feature1.sh
git commit -am "Feature 1"
git push origin F1