5 lines
49 B
Bash
5 lines
49 B
Bash
|
#! /bin/bash
|
||
|
set -e
|
||
|
|
||
|
dpkg-sig $@ &
|
||
|
wait $last_pid
|