summaryrefslogtreecommitdiffstats
path: root/defaultenv-2/base/bin/_boot_list
blob: 17f29bf9ce8307f4b853626f7e306dc62432ec3f (plain)
1
2
3
4
5
6
7
#!/bin/sh

# This script is a workaround for buggy globbing in for loops

for i in $*; do
	_boot $i;
done