Skip to content

sctech-tr/wwwterminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wwwterminal

Netlify Status

terminal but in the www

how to contribute:

if you want a new command:

open an issue.

if you want to report a bug:

open an issue.

if you want to add a command:

  1. assign yourself in the issue that mentions the command you're going to add.
  2. add the command to script.js.
  3. update list.html by adding this line:
<p><strong>command name:</strong> command decription</p>

replace command name: with your command's name and command description: with your command's description.

if you want to contribute:

do your stuff and open a pull request.

happy contributing!