Quantcast
Channel: Bashタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 2891

cronモドキをシェルスクリプトで作成してみた

$
0
0
タイトル通りです。 作成プログラム cron.sh #!/bin/bash set -o errexit set -o nounset set -o pipefail # cronモドキを作成 # Globals: # None # Arguments: # ...

Viewing all articles
Browse latest Browse all 2891

Trending Articles