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

Google Colabを寝かさないシェルスクリプト

$
0
0

表題の件ですが、下記となります。

live-colab.shというファイル名で作成します

#!/bin/bash# usage live-colab.sh "URL of Colab"for i in`seq 0 10000`do
  echo"[$i]"`date'+%y/%m/%d %H:%M:%S'`"connected."
  curl "$1"> /dev/null 2>&1
  sleep 60
done
$ ./live-colab.sh "<Google ColaboratoryのURL: https://colab.research.google.com/drive/xxxxxxxxxx>"

Viewing all articles
Browse latest Browse all 2832

Latest Images

Trending Articles