File: cli.sh

package info (click to toggle)
nanopub 0.2.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,240 kB
  • sloc: javascript: 181; sh: 86; python: 64; xml: 60; makefile: 31
file content (6 lines) | stat: -rwxr-xr-x 54 bytes parent folder | download
1
2
3
4
5
6
#!/usr/bin/env bash
set -e

cd cli

cargo run -- "$@"