mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-17 16:41:31 +08:00
5 lines
64 B
Bash
Executable File
5 lines
64 B
Bash
Executable File
#!/bin/bash
|
|
cd /data/client && \
|
|
npm install && \
|
|
grunt
|