このサイトはJavaScriptを使用しています
ホーム
エクスプローラ
ヘルプ
登録
サインイン
free
/
freedombone
ウォッチ
1
お気に入りに登録
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
9619
コミット
5
ブランチ
ツリー:
ac76bf4eaf
bashrc/stretch
jessie
master
stockholm
stretch
ブランチ
タグ
${ item.name }
ブランチ
${ searchTerm }
を作成
'ac76bf4eaf' から
${ noResults }
freedombone
/
tests
/
check-world-writable.sh
check-world-writable.sh
94B
履歴
Raw形式
1
2
3
4
5
#!/bin/bash
if [ "$(find / -xdev -type f -perm -002 | wc -l)" -ne 0 ];then
exit 1
fi