#!/bin/bash

pushd flipperzero-firmware_official_dev
rm -rf applications/plugins/totp
sed -i 's/applications_user/../' site_scons/commandline.scons
./fbt fap_totp
popd