Skip to content

Commit

Permalink
adding a shell modus to the cli
Browse files Browse the repository at this point in the history
this allows to reuse the running client
but also required extra io handling beyond the stdin/stdout

all in all a bit of a side-track to the ongoing work for brianhealey#16

but lays down the ground for adding the remaining actions
  • Loading branch information
marc-portier committed Dec 28, 2022
1 parent d63000c commit 2f5d72a
Show file tree
Hide file tree
Showing 3 changed files with 324 additions and 99 deletions.
4 changes: 4 additions & 0 deletions example.ampsh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#! /usr/bin/env -S pyamplipi sh

grp ls
src ls
Loading

0 comments on commit 2f5d72a

Please sign in to comment.