3 lines
74 B
Bash
Executable file
3 lines
74 B
Bash
Executable file
#!/bin/sh
|
|
cd /restic-volume-backup
|
|
python3 -m restic_volume_backup.cli $@
|