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:
ce93061c8e
Ramuri
Etichete
main
master
odin
samus
dotfiles
/
run.sh
run.sh
91 B
Istoric
Crud
1
2
3
4
5
6
7
8
9
#!/bin/sh
set -x
for f in X bash nvim openbox git
do
sh $f/main.sh
echo "$f [OK]"
done