11 lines
164 B
Bash
Executable File
11 lines
164 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
cd /live/phantomjs
|
|
cp -R lib lib64 /
|
|
cp -R x86_64-linux-gnu /usr/lib
|
|
cp -R share /usr/share
|
|
cp -R fonts /etc
|
|
|
|
cd /live/newleaf
|
|
python index.py
|