mirror of
https://github.com/getsentry/self-hosted.git
synced 2026-02-06 10:57:17 +00:00
6 lines
66 B
Bash
Executable File
6 lines
66 B
Bash
Executable File
#!/usr/bin/env bash
|
|
cmd="restore $1"
|
|
source scripts/_lib.sh
|
|
|
|
$cmd
|