Skip to content

Instantly share code, notes, and snippets.

View archisman-panigrahi's full-sized avatar

Archisman Panigrahi archisman-panigrahi

View GitHub Profile
@archisman-panigrahi
archisman-panigrahi / install_zip.sh
Last active April 26, 2016 04:31 — forked from LordAmit/install_zip.sh
install.sh of Brightness Controller
#!/bin/sh
# Install Brightness Controller script
# Download / Save this script. Make it executable. Run it.
# It requires having wget installed, if you use another command line interface downloader, change wget to it.
wget https://github.com/lordamit/Brightness/archive/master.zip
unzip -o master.zip -d ~/.Brightness
rm master.zip
echo "[Desktop Entry]
Encoding=UTF-8