Metadata-Version: 2.4
Name: linuxmd
Version: 0.1
Summary: Linux command-line utilities for Windows
Author: Martin V.
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-python
Dynamic: summary


# Linuxmd

This CLI (command line interface) is designed to let linux commands be used on non-linux machines 


## Documentation

This lets you use linux commands

Here are the commands:

```rm
cat
touch
mkdir
cp
mv
pwd
echo
clear
whoami
```

I will not tell you what these commands do, as I do not know.
## Deployment

To deploy this project run

```pip install linuxmd```

