Skip to content

Commit

Permalink
Import prepare script
Browse files Browse the repository at this point in the history
  • Loading branch information
DivineThreepwood committed Jan 24, 2024
1 parent b0642ad commit 17a4b42
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions prepare.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#!/bin/bash -e

NC='\033[0m'
RED='\033[0;31m'
GREEN='\033[0;32m'
ORANGE='\033[0;33m'
BLUE='\033[0;34m'
WHITE='\033[0;37m'

APP_NAME='planetsudo engine'
APP_NAME=${BLUE}${APP_NAME}${NC}
echo -e "=== ${APP_NAME} project ${WHITE}cleanup${NC}"
./gradlew clean --quiet $@
echo -e "=== ${APP_NAME} project ${WHITE}installation${NC}"
echo -e "nothing to prepare..."
echo -e "=== ${APP_NAME} was ${GREEN}successfully${NC} installed."

0 comments on commit 17a4b42

Please sign in to comment.