mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
4 lines
63 B
Bash
Executable file
4 lines
63 B
Bash
Executable file
#!/bin/bash
|
|
pushd modules/qmining/qmining-page/
|
|
./make.sh
|
|
popd
|