]> git.ozlabs.org Git - petitboot/commit
utils: Add pb-exec wrapper
authorSamuel Mendoza-Jonas <sam@mendozajonas.com>
Tue, 25 Jul 2017 06:08:11 +0000 (16:08 +1000)
committerSamuel Mendoza-Jonas <sam@mendozajonas.com>
Tue, 15 Aug 2017 03:03:28 +0000 (13:03 +1000)
commit606c23f642a4e8a3a238cdbc3cd10d74708cbfad
tree8967e27d99f30ba282ff892b1aa23f11c786368b
parent2914110af0cc490566446f18c929452368121b98
utils: Add pb-exec wrapper

Add a small wrapper script for the Petitboot UI to call interactable
programs with. The wrapper calls the program and waits for user input
before returning to the Petitboot UI.

Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
utils/pb-exec [new file with mode: 0755]