Select the types of activity you want to include in your feed.
1#!/bin/sh 2 3rm -rf out 4mkdir out 5export EEPY_LAUNCHER_BUILD_DATE=$(date -Iseconds) 6cargo build --release 7elf2epb -i ../target/thumbv6m-none-eabi/release/eepy-launcher -o out/eepy-launcher.s00.epb 8truncate -s 128K out/eepy-launcher.s00.epb