#!/bin/bash install_gpick() { echo "Installing gpick" sudo apt-get install gpick -y }