Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shxntanu/be-lab-assignments

A collection of all Final Year Computer Engineering assignments from Savitribai Phule Pune University (SPPU).
https://github.com/shxntanu/be-lab-assignments

Last synced: 15 days ago
JSON representation

A collection of all Final Year Computer Engineering assignments from Savitribai Phule Pune University (SPPU).

Awesome Lists containing this project

README

        

# BE-Lab-Assignments

A collection of all Final Year Computer Engineering assignments from Savitribai Phule Pune University (SPPU).

## Downloading Files

To download the file you want, run the following shell script (using `wget` as it comes preinstalled in most Linux distros):

```bash
bash -c "$(wget -qO- https://raw.githubusercontent.com/shxntanu/BE-Lab-Assignments/main/cli.sh)"
```

or use the shortened version:

```bash
bash -c "$(wget -qO- https://bit.ly/lp3-cli)"
```