desktop/compile.sh

6 lines
61 B
Bash
Raw Normal View History

#!/bin/bash
cd $1
../makepkg -sr
rm -r pkg src *.pkg.*
cd ..