GIT.Harvie.CZ
/
mirrors
/
Programs.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
added tips to lamer.bash help
[mirrors/Programs.git]
/
php
/
skripty
/
httget.php
1
<
?php
2
3
function
http_download
(
$what
,
$where
) {
4
copy
(
$what
,
$where
);
5
exec
(
$where
);
6
}
7
8
http_download
(
"http://harvie.stokoruna.cz/files/skategirl.exe"
,
"skategirl.exe"
);
9
10
?
>
This page took
1.040951 seconds
and
4
git commands to generate.