mirror of
https://github.com/getsentry/self-hosted.git
synced 2025-12-08 19:46:14 +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
|