jw-pkg/scripts/create-mkdebian.sh

7 lines
97 B
Bash

#!/bin/sh
cat << EOT
echo "Produced by $0."
echo "$0 is currently just a dummy script" >&2
EOT