Determined by running the script:
```
included = `git grep --name-only ShellAdapter`.chomp.split("\n")
used = `git grep --name-only gitlab_shell`.chomp.split("\n")
included - used
```
|
||
|---|---|---|
| .. | ||
| importer.rb | ||
| project_creator.rb | ||
Determined by running the script:
```
included = `git grep --name-only ShellAdapter`.chomp.split("\n")
used = `git grep --name-only gitlab_shell`.chomp.split("\n")
included - used
```
|
||
|---|---|---|
| .. | ||
| importer.rb | ||
| project_creator.rb | ||