This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
cmte
/
dotfiles
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
8b91d49a41
Ramuri
Etichete
main
master
odin
samus
dotfiles
/
run.sh
run.sh
71 B
Istoric
Crud
1
2
3
4
5
6
7
#!/bin/sh
for f in X bash nvim
do
sh $f/main.sh
echo "$f [OK]"
done