mirror of
https://github.com/obra/superpowers
synced 2026-07-10 20:54:29 +00:00
7 lines
127 B
Bash
7 lines
127 B
Bash
|
|
#!/usr/bin/env bash
|
||
|
|
set -euo pipefail
|
||
|
|
|
||
|
|
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
|
||
|
|
|
||
|
|
bash "$SCRIPT_DIR/test-plugin-manifest.sh"
|