File: mic

package info (click to toggle)
cloud-utils 0.33-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 368 kB
  • sloc: sh: 2,889; python: 280; makefile: 25
file content (6 lines) | stat: -rwxr-xr-x 152 bytes parent folder | download
1
2
3
4
5
6
#!/bin/sh
my_d=$(dirname "$0")
. "$my_d/functions" || { echo "failed to source functions" 1>&2; exit 1; }

execute ./test/test-mic
# vi: ts=4 expandtab