Skip to content

Commit

Permalink
Remove bash_alt seed (#36)
Browse files Browse the repository at this point in the history
While it's cool to have the "comments as usage" thing, I think for this
project it's preferable to maintain a single high-quality sample per
language.
  • Loading branch information
mkasberg committed Oct 7, 2020
1 parent 18d9841 commit 7ee5e3f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 44 deletions.
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.

0 comments on commit 7ee5e3f

Please sign in to comment.