Skip to content

Commit

Permalink
try again 14
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Anibal committed Dec 2, 2023
1 parent 348b51b commit a1085a1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions find_native_file.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

# Find the .ini file in the specified directory pattern
file_path=$(find /Users/runner/work/pyAVL/pyAVL -name 'meson-python-native-file.ini' -print -quit)

# Output the found file path
echo $file_path

0 comments on commit a1085a1

Please sign in to comment.