Skip to content

Commit

Permalink
some fix
Browse files Browse the repository at this point in the history
  • Loading branch information
GMolini committed May 12, 2022
1 parent 99922a6 commit 440336d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions compile
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
#!/usr/bin/env bash

# Author: GMolini
set -e

red='\033[0;31m'
green='\033[0;32m'
nc='\033[0m'

msg() {
msg="${1:-nothing}"
Expand Down

0 comments on commit 440336d

Please sign in to comment.