summaryrefslogtreecommitdiff
path: root/aptly/entr.sh
blob: 3610ec93a5ef1fad726c7a9e86846df0920c04d5 (plain)
1
2
3
4
5
6
#!/bin/bash
set -xo

while true ; do 
	echo incoming/bookworm-taler-ci | entr -n -d /home/aptbuilder/aptly-publish.sh ; sleep 1 || true
done