4 lines
48 B
Bash
4 lines
48 B
Bash
#!/bin/sh
|
|
. restic_env
|
|
/usr/bin/restic ls -l $1
|
#!/bin/sh
|
|
. restic_env
|
|
/usr/bin/restic ls -l $1
|