mirror of
https://github.com/unman/shaker.git
synced 2025-05-06 16:25:10 -04:00
6 lines
187 B
Bash
Executable file
6 lines
187 B
Bash
Executable file
#!/bin/sh
|
|
|
|
VMNAME=$1
|
|
|
|
( echo $GIT_EXT_SERVICE $2 $3; exec cat)| tee -a /home/user/log > /home/user/log2 &
|
|
(echo $GIT_EXT_SERVICE $2 $3; exec cat) | qrexec-client-vm $VMNAME qubes.Git+$3
|