10 lines
162 B
Bash
Executable file
10 lines
162 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
REPO=$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)
|
|
source "$REPO/nix/lib.inc.sh"
|
|
|
|
set -e
|
|
|
|
cd "$REPO"
|
|
wrap "$REPO/publish.sh" "$REPO" "$@"
|