Commit 9cbc58ab authored by nanahira's avatar nanahira

bash

parent 7ba546c8
Pipeline #36057 passed with stage
in 21 seconds
#!/bin/sh #!/bin/bash
# Input SQLite database path # Input SQLite database path
DB="$1" DB="$1"
......
#!/bin/sh #!/bin/bash
# Locate sqlite3 binary # Locate sqlite3 binary
if [ -n "$SQLITE3_BIN" ]; then if [ -n "$SQLITE3_BIN" ]; then
......
#!/bin/sh #!/bin/bash
set -e set -e
......
Markdown is supported
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