mirror of
https://github.com/unman/shaker.git
synced 2025-08-21 20:18:10 -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
|