Skip to content

Commit

Permalink
Tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinlyons committed Jan 16, 2024
1 parent 855f5cb commit c214950
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/x86_64-linux/build-switch
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#!/bin/sh -e

GREEN='\033[1;32m'
RED='\033[1;31m'
GREEN='\033[1;32m'
YELLOW='\033[1;33m'
NC='\033[0m'

SYSTEM=$(uname -m)
Expand Down

0 comments on commit c214950

Please sign in to comment.