Dog command for *nix systems. Because there is a cat
command, should be a dog
command too. Was written completely using Vim and WSL2, compiled with GCC and developed in one night.
For the Work In Progress - Windows version, check this branch.
This package is purely joke, please do not take it seriously.
➜ ~ dog
__
|_______/ V`-,
} /~~ Whoof!
/_)^ --,r'
|b |b
Download the last stable package from releases and install it using dpkg
.
You will need to install at least GCC and Make for your OS.
Just clone the repository and build it using make
and GCC.
$ make
$ sudo make install
The repository also includes a sample building script you can use to build and package your own DEB package, you can distribute or even analyze for learning purposes. Just run the script as follows.
$ ./BUILD-DEB-PACKAGE.sh
Make sure to change the version into the VERSION
file.