Skip to content

Instantly share code, notes, and snippets.

View abreujp's full-sized avatar

João Paulo Abreu abreujp

View GitHub Profile
@abreujp
abreujp / monitor.sh
Last active April 23, 2024 21:56
monitor.sh
#!/bin/sh
# link UMC (Universal Modeline Calculator):
# https://sourceforge.net/projects/umc/files/umc/umc-0.2/umc-0.2.tar.gz/download
# compile umc with: "./configure" and "sudo make install" if error install dependencies and repeat.
# chmod +x monitor.sh
# ./monitor.sh
# Alias on .zshrc
# alias monitor='~/monitor.sh'