8 lines
79 B
Bash
8 lines
79 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
zip wallpapers.zip wallpapers/*
|
||
|
|
||
|
makepkg -sc
|
||
|
|
||
|
echo Build Finished
|