File: Assemblytics

package info (click to toggle)
assemblytics 1.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 360 kB
  • sloc: python: 564; perl: 234; php: 124; sh: 94; makefile: 11
file content (7 lines) | stat: -rwxr-xr-x 156 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#!/bin/bash

selfdir="$(dirname $(realpath ${BASH_SOURCE[0]}))"

export PATH="$(realpath $selfdir/../share/assemblytics/bin):$PATH"

exec web_pipeline "$@"