Este sitio web funciona mejor con JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
free
/
freedombone
Seguir
1
Destacar
0
Cuchillo
0
Código
Incidencias
0
Peticiones pull
0
Lanzamientos
0
Wiki
Activity
9665
Commits
5
Ramas
Árbol:
78116a91d7
bashrc/stretch
jessie
master
stockholm
stretch
Ramas
Etiquetas
${ item.name }
Crear rama
${ searchTerm }
desde '78116a91d7'
${ noResults }
freedombone
/
tests
/
check-world-writable.sh
check-world-writable.sh
94B
Histórico
Original
1
2
3
4
5
#!/bin/bash
if [ "$(find / -xdev -type f -perm -002 | wc -l)" -ne 0 ];then
exit 1
fi