Initial commit
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
set -Eeuo pipefail
|
||||
if [[ $# -ne 1 ]]; then
|
||||
echo "Usage: $0 '/absolute/source/path'" >&2
|
||||
exit 2
|
||||
fi
|
||||
SCRIPT_DIR="$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" && pwd)"
|
||||
exec python3 "$SCRIPT_DIR/salvage.py" recover "$1"
|
||||
Reference in New Issue
Block a user