File: clean.sh

package info (click to toggle)
dygraphs 2.2.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,340 kB
  • sloc: javascript: 24,842; sh: 800; python: 581; makefile: 45
file content (5 lines) | stat: -rwxr-xr-x 109 bytes parent folder | download | duplicates (2)
1
2
3
4
5
#!/bin/sh
set -ex
cd "$(dirname "$0")/.."
rm -rf disttmp
git clean -dfx -e node_modules -e package-lock.json