This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
cmte
/
dotfiles
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
a0bd43e388
Gałęzie
Tagi
main
master
odin
samus
dotfiles
/
run.sh
run.sh
102 B
Historia
Czysty
1
2
3
4
5
6
7
8
9
#!/bin/sh
set -x
for f in X bash nvim openbox git terminator
do
sh $f/main.sh
echo "$f [OK]"
done