10 lines
163 B
Bash
10 lines
163 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
# This file is part of VM-Experiments.
|
||
|
# Licensed under the GPL-3.0-or-later. See LICENSE for details.
|
||
|
|
||
|
# jet-search
|
||
|
cd jet-search
|
||
|
make install
|
||
|
cd ..
|