am incercat sa downloadez de pe doua site`uri diferite Wolfenstein Enemy Teritory for Linux si cand dau click pe butonu` DOWNLOAD imi apare asta:
#!/bin/sh
# This script was generated using Makeself 2.1.4
CRCsum="764704454"
MD5="b8b59bc515d86cc845fb52f5d2c14423"
TMPROOT=${TMPDIR:=/tmp}
label="Enemy Territory 2.60 Full Install"
script="./setup.sh"
scriptargs=""
targetdir="build-install-2.60"
filesizes="270956492"
keep=n
print_cmd_arg=""
if type printf > /dev/null; then
print_cmd="printf"
elif test -x /usr/ucb/echo; then
print_cmd="/usr/ucb/echo"
else
print_cmd="echo"
fi
MS_Printf()
{
$print_cmd $print_cmd_arg "$1"
}
MS_Progress()
{
while read a; do
MS_Printf .
done
}
MS_dd()
{
blocks=`expr $3 / 1024`
bytes=`expr $3 % 1024`
dd if="$1" ibs=$2 skip=1 obs=1024 conv=sync 2> /dev/null | \
{ test $blocks -gt 0 && dd ibs=1024 obs=1024 count=$blocks ; \
test $bytes -gt 0 && dd ibs=1 obs=1024 count=$bytes ; } 2> /dev/null
}
MS_Help()
{
cat &2
Makeself version 2.1.4
1) Getting help or info about $0 :
$0 --help Print this message
$0 --info Print embedded info : title, default target directory, embedded script ...
$0 --lsm Print embedded lsm entry (or no LSM)
$0 --list Print the list of files in the archive
$0 --check Checks integrity of the archive
2) Running $0 :
$0 [options] [--] [additional arguments to embedded script]
with following options (in that order)
--confirm Ask before running embedded script
--noexec Do not run embedded script
--keep Do not erase target directory after running
the embedded script
--nox11 Do not spawn an xterm
--nochown Do not give the extracted files to the current user
--target NewDirectory Extract in NewDirectory
--tar arg1 [arg2 ...] Access the contents of the archive through the tar command
-- Following arguments will be passed to the embedded script
EOH
}
.
.
.
Ce trebuie sa fac?
Click drept pe link si alegi Save target as.
We can't solve problems by using the same kind of thinking we used when we created them.
A.E.