This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
lava
/
scripts
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
cd61a2055d
Rami (Branch)
Tag
master
scripts
/
install.sh
install.sh
105 B
Cronologia
Originale
1
2
3
4
5
#!/bin/bash
for f in `ls | grep -v "\\.sh"`; do
cp $f /usr/local/bin
chmod +x /usr/local/bin/$f
done