mirror of
https://github.com/wahyd4/skaware.git
synced 2026-08-09 04:35:57 +10:00
6 lines
65 B
Bash
6 lines
65 B
Bash
#!/bin/bash
|
|
set -e
|
|
set -x
|
|
|
|
cd skarnet-builder && ./build-wrapper
|