This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
swatson
/
dotfiles
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
217479fd7c
Rami (Branch)
Tag
main
master
dotfiles
/
emacs
/
yasnippets
/
eshell-mode
/
for
for
80 B
Cronologia
Originale
1
2
3
4
#name : Eshell for loop
#key : for
# --
for f in ${1:*} { ${2:echo} "$f"; $3} $0