mirror of
https://github.com/servo/servo.git
synced 2025-07-04 05:53:39 +01:00
9 lines
152 B
Bash
Executable file
9 lines
152 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -e
|
|
set -x
|
|
|
|
./curl-artifact.sh $BUILD_TASK_ID public/executable.gz -o executable.gz
|
|
gunzip executable.gz
|
|
chmod +x executable
|
|
./executable
|