Skip to content

Commit

Permalink
add shebang line
Browse files Browse the repository at this point in the history
  • Loading branch information
moritztim committed Nov 23, 2024
1 parent bc0ab60 commit 7e55915
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/get_current_arch.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env bash

# Function to get system architecture
get_current_arch() {
local arch=$(uname -m)
Expand Down

0 comments on commit 7e55915

Please sign in to comment.