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