Skip to content

Instantly share code, notes, and snippets.

View RebieKong's full-sized avatar
🎯
Focusing

RebieKong RebieKong

🎯
Focusing
View GitHub Profile
@RebieKong
RebieKong / get_cp.sh
Created October 10, 2017 05:47
扫描文件夹中指定后缀名并连接起来
#!/usr/bin/env bash
export CLASSPATH_DIR="$(cd `dirname $0`/../lib; pwd)"
export CLASS_PATH=`find ${CLASSPATH_DIR} -name '*.jar' | xargs | sed "s/ /${CP_SPLIT}/g"`