Files
one-tomato/dabao/dabao.sh
T
2020-08-14 20:27:22 +08:00

7 lines
164 B
Bash

#!/bin/bash
cd `dirname $0`
mkdir -p build
find extract/opt -type f -print0 |xargs -0 md5sum >md5sums
mv md5sums extract/DEBIAN/md5sums
dpkg-deb -b extract/ build/