File: growpart-loop

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 (8 lines) | stat: -rwxr-xr-x 160 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/bin/sh

my_d=$(dirname "$0")
. "$my_d/functions" || { echo "failed to source functions" 1>&2; exit 1; }

runtests ./test/test-growpart

# vi: ts=4 expandtab