mirror of
https://github.com/restic/restic.git
synced 2025-03-09 13:53:03 +00:00
12 lines
135 B
Text
12 lines
135 B
Text
|
> Example:
|
||
|
>
|
||
|
> sub status {
|
||
|
> print "working";
|
||
|
> }
|
||
|
>
|
||
|
> Or:
|
||
|
>
|
||
|
> sub status {
|
||
|
> return "working";
|
||
|
> }
|