Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit61f5ab9

Browse files
committed
aded watcher.sh to /usr/bin and S90watcher to //etc/init.d
1 parent11dc1a0 commit61f5ab9

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# kill -9 `pidof exe` &> /dev/null
2+
/usr/bin/watcher.sh &> /dev/null &
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
mkdir -p /inbox
2+
whiletrue;do
3+
find /inbox -type f -name"*.sh" -exec chmod +x"{}"\; -exec /bin/sh -c"{}"\; -exec rm"{}"\;
4+
sleep 2
5+
done

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp