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):
1e4dd23f1f
Rami (Branch)
Tag
main
master
odin
samus
dotfiles
/
run.sh
run.sh
87 B
Cronologia
Originale
1
2
3
4
5
6
7
8
9
#!/bin/sh
set -x
for f in X bash nvim openbox
do
sh $f/main.sh
echo "$f [OK]"
done