Skip to content

Commit

Permalink
Refactor logging and add AVX2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
mauro-balades committed Sep 15, 2024
1 parent dd096ad commit 4468094
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions appimage.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#!/bin/bash

# LICENSE:
# Done by: https://github.com/Muko-Tabi
# This script is licensed under the MIT License.

set -euo pipefail
function log() {
local RED='\033[0;31m'
Expand Down

0 comments on commit 4468094

Please sign in to comment.