ddaee02085
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
6 lines
117 B
Bash
6 lines
117 B
Bash
#!/bin/sh
|
|
#
|
|
# usage: make-release-tarball.sh [version]
|
|
|
|
curl -O ftp://ftp.freedesktop.org/pub/mesa/$1/mesa-$1.tar.xz
|