#!/bin/bash if [ "$#" -ne 1 ]; then n=24 else n=$1 fi watch -i 5 "clear && git --no-pager lol -n $n"