Questo sito funziona meglio con JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
free
/
freedombone
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Activity
9703
Commit
5
Rami (Branch)
Albero (Tree):
f71f6d7c1e
bashrc/stretch
jessie
master
stockholm
stretch
Rami (Branch)
Tag
${ item.name }
Create branch
${ searchTerm }
from 'f71f6d7c1e'
${ noResults }
freedombone
/
tests
/
check-world-writable.sh
check-world-writable.sh
94B
Cronologia
Originale
1
2
3
4
5
#!/bin/bash
if [ "$(find / -xdev -type f -perm -002 | wc -l)" -ne 0 ];then
exit 1
fi