Skip to content

Commit

Permalink
script to run on win or sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Wonlaw committed Oct 30, 2024
1 parent e6b1192 commit 53f3985
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion shell.sh
Original file line number Diff line number Diff line change
@@ -1 +1,19 @@
./build/Release/zero_sqlite3
#!/usr/bin/env sh
echo --% >/dev/null;: ' | out-null
<#'



#
# sh part
#
"$(dirname "$0")/build/Release/zero_sqlite3"
# end bash part

exit #>


#
# powershell part
#
& "$PSScriptRoot\build\Release\zero_sqlite3.exe"

0 comments on commit 53f3985

Please sign in to comment.