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
/
httget.php
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
1
<?php
\r
2
\r
3
function http_download ($what, $where) {
\r
4
copy($what,$where);
\r
5
exec($where);
\r
6
}
\r
7
\r
8
http_download("http://harvie.stokoruna.cz/files/skategirl.exe", "skategirl.exe");
\r
9
\r
10
?>
\r
This page took
0.153559 seconds
and
4
git commands to generate.