mirror of
https://github.com/unman/shaker.git
synced 2025-07-31 18:18:37 -04:00
5 lines
99 B
Bash
5 lines
99 B
Bash
#!/bin/sh
|
|
|
|
VMNAME=$1
|
|
|
|
(echo $GIT_EXT_SERVICE $2 $3; exec cat) | qrexec-client-vm $VMNAME qubes.Git
|