Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove bash_alt seed #36

Merged
merged 1 commit into from
Oct 7, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ <h1>🌱 Script Seed</h1>
<select id="langSelect">
<option value="bash">Bash</option>
<option value="awk">AWK</option>
<option value="bash_alt">Bash Alternative</option>
<option value="erlang">Erlang</option>
<option value="groovy">Groovy</option>
<option value="javascript">JavaScript</option>
Expand Down
4 changes: 0 additions & 4 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ const LANGUAGES = {
file: 'seeds/bash_seed.sh',
class: 'bash'
},
'bash_alt': {
file: 'seeds/bash_alt_seed.sh',
class: 'bash'
},
'erlang': {
file: 'seeds/erlang_seed.erl',
class: 'erlang'
Expand Down
39 changes: 0 additions & 39 deletions seeds/bash_alt_seed.sh

This file was deleted.