8 lines
125 B
Bash
Executable File
8 lines
125 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cp buildscript/makexpi.sh ./
|
|
cp jar-chrome.manifest chrome.manifest
|
|
./makexpi.sh -n treestyletab
|
|
rm ./makexpi.sh
|
|
|