This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
cmte
/
dotfiles
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
2526f8f0f1
Rami (Branch)
Tag
main
master
odin
samus
dotfiles
/
run.sh
run.sh
91 B
Cronologia
Originale
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