You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

4 line
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