Sign in
◑
Theme
third-party-mirror
/
u-boot
/
e1561ac2de16525a5952f8239c6477cda2cd9212
/
.
/
test
/
py
/
tests
/
test_efi_secboot
/
forge_image.sh
blob: 2465d10fa7b8c796eb53cdaa8619399dd818b3a1 [
file
]
# SPDX-License-Identifier: GPL-2.0-or-later
#!/bin/sh
replace_exp
=
"s/H\0e\0l\0l\0o\0/h\0E\0L\0L\0O\0/g"
perl
-
p
-
e $
{
replace_exp
}
<
$1
>
$2