PKGBUILDs/devel/own-projects/osc-stuff/build-all.sh

10 lines
172 B
Bash
Executable File

#!/bin/bash
set -e # fail on error
for d in c++utilities qtutilities passwordfile passwordmanager tagparser tageditor syncthingtray; do
pushd $d
tw
popd
done