mirror of
https://github.com/unman/shaker.git
synced 2025-01-09 22:39:35 -05:00
6 lines
99 B
Bash
6 lines
99 B
Bash
#!/bin/sh
|
|
|
|
VMNAME=$1
|
|
|
|
(echo $GIT_EXT_SERVICE $2 $3; exec cat) | qrexec-client-vm $VMNAME qubes.Git
|