desktop/compile.sh

6 lines
61 B
Bash
Executable File

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