This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
cmte
/
dotfiles
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
2526f8f0f1
Branches
Tags
main
master
odin
samus
dotfiles
/
run.sh
run.sh
91 B
Historique
Raw
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