Add deliver
script
Based on Jess Archer's script, this executes a command within a specified Docker Compose service or, if no matching one is not found, will execute it locally.
This commit is contained in:
parent
c1e85f01d9
commit
80927b1df2
2 changed files with 27 additions and 0 deletions
|
@ -15,6 +15,7 @@ let
|
|||
create-zellij-session = writeShellApplication (
|
||||
import ./scripts/create-zellij-session.nix { inherit pkgs; }
|
||||
);
|
||||
deliver = writeShellApplication (import ./scripts/deliver.nix { inherit pkgs; });
|
||||
export-video-list = writeShellApplication (
|
||||
import ./scripts/export-video-list.nix { inherit pkgs username; }
|
||||
);
|
||||
|
@ -70,6 +71,7 @@ with pkgs;
|
|||
|
||||
# Scripts.
|
||||
create-zellij-session
|
||||
deliver
|
||||
notetaker
|
||||
run
|
||||
t
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue