4 lines
74 B
Text
4 lines
74 B
Text
|
|
#!/bin/sh
|
||
|
|
cd /restic-volume-backup
|
||
|
|
python3 -m restic_volume_backup.cli $@
|