mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-03-25 09:05:47 +00:00
6 lines
127 B
Bash
Executable file
6 lines
127 B
Bash
Executable file
#!/bin/bash
|
|
|
|
pushd "gensite" >/dev/null
|
|
swift build
|
|
cp .build/x86_64-apple-macosx/debug/gensite ../bin/gensite
|
|
popd >/dev/null
|