Skip to content

Commit

Permalink
chore: update dev name
Browse files Browse the repository at this point in the history
  • Loading branch information
filipe1309 committed Mar 24, 2022
1 parent a3f56b1 commit 98f2e22
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .shub/colors.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Devdotrun Colors Script
# DevDotRun Colors Script

# BLACK 0;30 Dark Gray 1;30
# RED 0;31 Light RED 1;31
Expand Down
4 changes: 2 additions & 2 deletions .shub/deploy.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Devdotrun Deploy Script
# DevDotRun Deploy Script

.shub/shub-logo.sh
source .shub/colors.sh
Expand All @@ -11,7 +11,7 @@ read_arguments $*

echo -e "${GREEN}"
echo "#############################################"
echo " DOTR DEPLOY $VERSION "
echo " DevDotRun DEPLOY $VERSION "
echo -e "#############################################${NC}"
echo ""

Expand Down
2 changes: 1 addition & 1 deletion .shub/helpers.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Devdotrun Helpers Script
# DevDotRun Helpers Script

parse_json() {
echo $1 | \
Expand Down
2 changes: 1 addition & 1 deletion .shub/init.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Devdotrun INIT Project Script
# DevDotRun INIT Project Script

exec 0< /dev/tty

Expand Down
2 changes: 1 addition & 1 deletion .shub/resync.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Devdotrun Resync Script
# DevDotRun Resync Script

.shub/shub-logo.sh
source .shub/colors.sh
Expand Down
2 changes: 1 addition & 1 deletion .shub/self-update.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Devdotrun Self-Update Script
# DevDotRun Self-Update Script

source .shub/helpers.sh
source .shub/colors.sh
Expand Down
2 changes: 1 addition & 1 deletion .shub/shub-envs.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Devdotrun Envs Script
# DevDotRun Envs Script

VERSION=$(head -n 1 .shub/version)

Expand Down
2 changes: 1 addition & 1 deletion .shub/shub-logo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ echo -e "
/ __// / __ __ / / ____ ___ / ___/___ ___
_\ \ / _ \/ // // _ \/ __// _ \/ (_ // -_)/ _ \
/___//_//_/\_,_//_.__/\__/ \___/\___/ \__//_//_/ "
echo -e "$BGREEN By Devdotrun
echo -e "$BGREEN By DevDotRun
${NC}"

0 comments on commit 98f2e22

Please sign in to comment.