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