desktop/compile.sh

6 lines
80 B
Bash
Executable File

#!/bin/bash
cd $1
../makepkg -frs --noconfirm
sudo rm -rf pkg src *.pkg.*
cd ..