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