25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

4 lines
127 B

  1. #!/bin/bash
  2. echo -e "\e[1;33m Building .love \e[0m"
  3. zip -9 -r $1.love . -x ./.build/**\* ./.git/**\*
  4. mv $1.love ./.build/builds