#!/bin/bash
aur () 
{ 
    git clone https://aur.archlinux.org/$1.git
}
aur "$@"
