index
:
config_local_arch
aa
ca
ib
master
pp
studio
Device dependent config files for Arch Linux, managed by https://git.flylightning.xyz/fsh/tree/sh/cfg (git bare repo method)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
home
/
xyz
/
.local
/
bin
/
loop
blob: e30d66d5fafc97470d21f6ff101454b94c0de9f8 (
plain
)
1
2
3
4
5
#!/bin/sh
n
=
"
$1
"
shift
for
i
in
$(seq "$n")
;
do
"$@"
;
done