Informações resumidas sobre o Debian no terminal
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48 lines
604 B

1 year ago
# debfetch
![](screenshot.png)
## Usage
```
debfetch - Prints short info about Debian.
Usage: debfetch [OPTIONS]
OPTIONS:
-d No Debian logo
-l No line
1 year ago
-p No package info
-h This help
```
## Install
Clone:
```
git clone http://git.blauaraujo.com/blau_araujo/debfetch.git
```
Enter clone directory and run make:
```
cd /path/to/debfetch
sudo make install
```
## Uninstall
```
cd /path/to/debfetch
sudo make uninstall
```
## Copyright
1 year ago
Copyright (C) 2021 Blau Araujo <blau@debxp.org>. \
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.