mirror of
https://github.com/Xevion/todoist-late-reset.git
synced 2025-12-05 23:16:36 -06:00
6 lines
75 B
Bash
Executable File
6 lines
75 B
Bash
Executable File
set -ex
|
|
|
|
go build -o out ./cmd/${1:-main}/
|
|
chmod +x ./out
|
|
./out
|
|
rm -f ./out |