arch/build-pkg/pull-and-build-outdated

6 lines
86 B
Plaintext
Raw Normal View History

2021-07-01 12:42:16 +02:00
#!/bin/bash
../git-pull || exit $?
./build-all pkglist.tmp || exit $?
rm pkglist.tmp