File: run

package info (click to toggle)
puppet-module-puppetlabs-translate 2.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 180 kB
  • sloc: ruby: 138; sh: 29; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 118 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
#!/bin/sh

SCRIPT=$(readlink -f "$0")
SCRIPTPATH=$(dirname "$SCRIPT")

puppet apply --verbose "${SCRIPTPATH}/test.pp"