サクサク読めて、アプリ限定の機能も多数!
タグをすべて表示
タグの絞り込みを解除
#!/bin/bash function killChildren(){ local ppid for ppid in $@; do killChildren $(ps --ppid $ppid -o pid --no-heading) set -x kill $ppid set +x done }
ランキング
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く