diff --git a/files/usr/bin/blue-merle b/files/usr/bin/blue-merle new file mode 100644 index 0000000..6ae6db9 --- /dev/null +++ b/files/usr/bin/blue-merle @@ -0,0 +1,13 @@ +#!/bin/sh + + +echo "Preparing SIM Swap..." +/usr/bin/blue-merle-switch-stage1 + +echo "Replace the SIM card, then press Enter" +read answer + +echo "Continuing..." +/usr/bin/blue-merle-switch-stage2 + +echo "The device will shutdown. You should change the location before booting again."