/whereami

Novelty C++ program to determine if I am on-site or remote, based on the weekday.

Primary LanguageC

whereami

A novelty c++ program to determine the location of a wandering system adminsitrator.

Installation ^^^^^^^^^^^^

Linux and MacOS

.. code-block: :linenos:

g++ where.c -o where

Windows

Use WSL with the same steps described above.

It should also work with VS, VSCode, but you're on your own there.

Running

Linux and MacOS

./where

Windows

Should be the same as Linux if using WSL.

For DOS\PoweShell--I dunno, something like what is above, I guess.

Other Stuff

Pull requests are totally welcome. Feel free to send them with your suggested changes.