6 lines
86 B
Bash
Executable file
6 lines
86 B
Bash
Executable file
#! /bin/bash
|
|
|
|
cp src/runner/.libs/runner .
|
|
chmod u+x runner
|
|
|
|
echo "Runner installed."
|