apt-dpkg-wrap 58 B

1234567
  1. #!/bin/sh
  2. export LC_ALL=C
  3. bin=$1
  4. shift
  5. exec "$bin" "$@"