File: source-distribution.sh

package info (click to toggle)
sbcl 2%3A1.3.14-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 36,992 kB
  • ctags: 22,519
  • sloc: lisp: 403,499; ansic: 30,153; sh: 3,737; asm: 2,845; makefile: 319
file content (7 lines) | stat: -rwxr-xr-x 170 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
#!/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