mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-08-23 17:37:25 +00:00
8 lines
98 B
Bash
Executable file
8 lines
98 B
Bash
Executable file
#!/bin/bash
|
|
|
|
ROOTDIR=/data/yiimp
|
|
DIR=`pwd`
|
|
|
|
cd "$ROOTDIR/web" && php yaamp/yiic.php "$@"
|
|
|
|
cd $DIR
|