mirror of
https://github.com/wahyd4/skaware.git
synced 2026-08-09 04:35:57 +10:00
6 lines
127 B
Bash
Executable File
6 lines
127 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
rm -f $HOME/dist/*
|
|
./build-latest 2>&1 | tee "$HOME/dist/build-latest-$(date +'%Y%m%d%H%M%S').log"
|
|
exit 0
|