This website works better with JavaScript
Etusivu
Tutki
Apua
Rekisteröidy
Kirjaudu sisään
free
/
freedombone
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Pull-pyynnöt
0
Julkaisut
0
Wiki
Activity
9665
Commitit
5
Branchit
Puu:
78116a91d7
bashrc/stretch
jessie
master
stockholm
stretch
Branchit
Tagit
${ item.name }
Create branch
${ searchTerm }
from '78116a91d7'
${ noResults }
freedombone
/
tests
/
check-world-writable.sh
check-world-writable.sh
94B
Historia
Raaka
1
2
3
4
5
#!/bin/bash
if [ "$(find / -xdev -type f -perm -002 | wc -l)" -ne 0 ];then
exit 1
fi