Skip to content
Snippets Groups Projects
Commit 2d631e2a authored by s2870355's avatar s2870355
Browse files

added example

parent 26309c03
No related branches found
No related tags found
No related merge requests found
#/bin/bash
#image: ubuntu
#depends: []
#stage: example
cd "$(dirname "$0")"
echo "Hello"
\ No newline at end of file
......@@ -5,7 +5,7 @@ import subprocess
import sys
#I hate this but i work from visual studio code workspace so this fix is needed
dir_path = os.path.dirname(os.path.realpath(__file__))
dir_path = os.getcwd()
def get_all_sh() -> list[str]:
result = list(Path(dir_path).rglob(pattern="*.sh"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment