GIT.Harvie.CZ
/
mirrors
/
Programs.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
copyrajt
[mirrors/Programs.git]
/
c
/
vizionix
/
vizionix-cli.sh
1
#!/bin/bash
2
while
true
;
do
3
echo
"$(cat
$1
)"
|
while
read
cmd
;
do
4
. getxsock.sh
;
export
XSOCK_PID XSOCK_WID
5
echo
"
$cmd
"
| bash
6
done
;
7
done
This page took
0.684561 seconds
and
4
git commands to generate.