Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wynwxst/psh
- Owner: wynwxst
- Created: 2021-02-15T00:44:33.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-16T05:36:06.000Z (almost 4 years ago)
- Last Synced: 2024-11-13T04:33:55.605Z (2 months ago)
- Language: Python
- Size: 462 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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