mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-19 04:41:37 +03:00
15 lines
139 B
Bash
15 lines
139 B
Bash
|
source $setup
|
||
|
|
||
|
tar -xf $src
|
||
|
mv xtrans-* xtrans
|
||
|
|
||
|
license=$(cat xtrans/COPYING)
|
||
|
|
||
|
cat > $out <<EOF
|
||
|
<h2>xtrans</h2>
|
||
|
|
||
|
<pre>
|
||
|
$license
|
||
|
</pre>
|
||
|
EOF
|