diff options
Diffstat (limited to 'hosts/iroha/scripts')
| -rwxr-xr-x | hosts/iroha/scripts/emaint-sync | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hosts/iroha/scripts/emaint-sync b/hosts/iroha/scripts/emaint-sync new file mode 100755 index 0000000..c45fae4 --- /dev/null +++ b/hosts/iroha/scripts/emaint-sync @@ -0,0 +1,5 @@ +#! /usr/bin/env sh +doas emaint sync -r guru && \ + doas emaint sync -r steam-overlay && \ + doas emaint sync -r nix-guix && \ + doas emaint sync -r tatsh-overlay |