mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
6 lines
300 B
Bash
Executable file
6 lines
300 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
# curl https://files.stork-search.net/releases/latest/stork-amazon-linux -o stork-executable
|
|
curl https://files.stork-search.net/releases/latest/stork-macos-latest -o stork-executable
|
|
chmod +x stork-executable
|
|
./stork-executable build --input stork.toml --output search-index.st
|