File: cleanup-script.sh

package info (click to toggle)
tar-doc 1.26-2
  • links: PTS
  • area: non-free
  • in suites: wheezy
  • size: 1,368 kB
  • sloc: makefile: 139; lisp: 56; sed: 10; sh: 1
file content (7 lines) | stat: -rw-r--r-- 233 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#!/bin/sh
#
#	clean upstream source to eliminate parts in DFSG-compliant tar package
#	Copyright 2009 by Bdale Garbee.  GPL v2 or any later version.
#

git rm -rf `/bin/ls | grep -v COPYING | grep -v doc | grep -v cleanup-script.sh`