Пожалуйста, включите JavaScript
Главная
Обзор
Помощь
Регистрация
Вход
free
/
freedombone
Следить
1
В избранное
0
Форкнуть
0
Код
Задачи
0
Pull Request'ы
0
Релизы
0
Вики
Активность
7169
коммитов
5
веток
Дерево:
79ef8f79fc
bashrc/stretch
jessie
master
stockholm
stretch
веток
Теги
${ item.name }
Создать ветку
${ searchTerm }
из '79ef8f79fc'
${ noResults }
freedombone
/
tests
/
check-world-writable.sh
check-world-writable.sh
94B
История
Исходник
1
2
3
4
5
#!/bin/bash
if [ "$(find / -xdev -type f -perm -002 | wc -l)" -ne 0 ];then
exit 1
fi