GIT.Harvie.CZ
/
mirrors
/
Programs.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
Added script to find files not owned by pacman package manager (ArchLinux)
[mirrors/Programs.git]
/
php
/
skripty
/
terminal_connect.php
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
1
<?php
\r
2
\r
3
$pfp = popen ("cmd.exe", "rw");
\r
4
$ifp = fopen ("php://stdin", "r");
\r
5
\r
6
while($pfp) {
\r
7
echo (fgetc($pfp));
\r
8
if (feof($ifp)) { fwrite ($pfp, fgetc($ifp)); }
\r
9
}
\r
10
\r
11
?>
\r
This page took
0.538256 seconds
and
4
git commands to generate.