Skip to content

Instantly share code, notes, and snippets.

View zinking's full-sized avatar

zhen zinking

  • dalab
  • 中国
View GitHub Profile
file=$1
fdir=$(dirname "$file")
fbar=$(basename "$file")
ffoo=$(basename "$fdir")
echo "$fdir $fbar $ffoo"
fdcmd="cd /data/tdwadmin/zhnwang/dataware/$ffoo"
sdcmd="deploy $fbar $fbar -f"