Skip to content
Snippets Groups Projects
Verified Commit 8d0d5980 authored by Loris Moulin's avatar Loris Moulin
Browse files

feat: added dummy script for native provider testing

parent f62034f9
Branches
No related merge requests found
#!/bin/bash
echo "My script"
echo "$MY_ENV_VAR"
if [ "$1" == "-c" ]; then
echo "With args"
fi
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment