DDeepin Developerfeat: Init commit
430163a1创建于 2022年10月19日历史提交
#!/bin/sh
set -e

# Create a source distribution. (You should run clean.sh first.)

b=${1:?"missing base directory name argument"}
tar cf $b-source.tar --exclude .git $b