desktop/compile.sh

6 lines
68 B
Bash
Executable File

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