File: prepare.sh

package info (click to toggle)
python-rjsmin 1.2.5%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 2,256 kB
  • sloc: javascript: 8,503; python: 5,315; ansic: 821; sh: 100; makefile: 19
file content (9 lines) | stat: -rwxr-xr-x 168 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
#!/bin/bash
set -ex

base="$(dirname -- "${0}")"
base="$(dirname -- "$(cd "${base:-.}" && pwd)")"
cd "${base}"

rm -f -- "${base}"/bench/.out.*
rm -f -- "${base}"/*.so