Skip to content
This repository has been archived by the owner on Oct 29, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4248 committed May 13, 2021
1 parent de46623 commit 4df2020
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,36 @@ Xshell is a simple python shell that runs in a local folder

<img src=https://github.com/awesomelewis2007/Xshell/blob/main/document/screenshots/Screenshot_of_shell.png>

## Installing

to install Xshell and its depencancies you need to run the installer

### using python

on linux

```
cd Xshell_installer
python3 install.py
```
on win
```
cd Xshell_installer
python install.py
```
### bash

```
cd Xshell_installer
bash install.bash
```
### cmd

```
cd Xshell_installer
install.cmd
```

## Commands

### cd
Expand Down Expand Up @@ -88,4 +118,14 @@ Returns the public ip address
pubip
```

### python
runs a python script
```
python <file name>
```

### js
runs a js file using js2py
```
js <file name>
```

0 comments on commit 4df2020

Please sign in to comment.