ppp-sync/sign.sh

5 lines
49 B
Bash
Raw Normal View History

2023-09-05 12:53:39 +02:00
#! /bin/bash
set -e
dpkg-sig $@ &
wait $last_pid