#!/bin/bash last_dir="$PWD" git clone https://aur.archlinux.org/paru.git /tmp/paru cd /tmp/paru makepkg -si cd $last_dir