[過去ログ] くだらねえ質問はここに書き込め! Part 241 (1002レス)
上下前次1-新
抽出解除 レス栞
このスレッドは過去ログ倉庫に格納されています。
次スレ検索 歴削→次スレ 栞削→次スレ 過去ログメニュー
652(2): 2020/10/08(木)13:23 ID:vzwGsANj(1) AAS
$ sh ./time.sh 15:00 ls
これで15:00にlsを実行するスクリプトをください
654: 2020/10/08(木)14:09 ID:dTWF9IJk(1) AAS
>>652
これでどーよ
#!/bin/sh
target_time=$1
target_command=$2
while true; do
now=`date +'%H:%M'`
if [ "$now" = "$target_time" ]; then
#do_proc
$target_command
省4
655(2): 2020/10/08(木)15:26 ID:gH+eDdAE(1/3) AAS
>>652
time.sh が何だか知らんが cron か at できんの?
上下前次1-新書関写板覧索設栞歴
スレ情報 赤レス抽出 画像レス抽出 歴の未読スレ AAサムネイル
ぬこの手 ぬこTOP 0.058s