9
0
Fork 0
barebox/defaultenv-2/base/bin/_boot_list

8 lines
106 B
Bash

#!/bin/sh
# This script is a workaround for buggy globbing in for loops
for i in $*; do
_boot $i;
done