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