Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wynwxst/psh

A shell for linux/windows written in python
https://github.com/wynwxst/psh

Last synced: 8 days ago
JSON representation

A shell for linux/windows written in python

Awesome Lists containing this project

README

        

# psh
A shell for linux/windows written in python

# Linux:
Navigate to releases and download the .deb or binary

**deb:**
```
dpkg -i /path/to/.deb
```

**binary**
```
chmod +x /path/to/binary
./binary
```

# FTP - Beta
Click Here and go to dist/linux/binary
download it then follow #Binary steps