mirror of
https://github.com/iLoveElysia/openbilibili.git
synced 2026-06-07 21:48:31 -05:00
4 lines
167 B
Plaintext
4 lines
167 B
Plaintext
|
|
#! /bin/sh
|
||
|
|
DIR=$(dirname "$0")
|
||
|
|
DIR="$DIR/memcached"
|
||
|
|
go run $DIR/main.go $DIR/header_template.go $DIR/none_template.go $DIR/single_template.go $DIR/multi_template.go $@
|