This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
usage1="usage: hostscan network-address(24bit-length)" | |
usage2="ex. hostscan 192.168.0" | |
usage3=" hostscan 192.168.1.100" | |
if [ $# -ne 1 ]; then | |
printf "%s\n%s\n%s\n" "$usage1" "$usage2" "$usage3" | |
exit 1 | |
fi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 時分指定tootスクリプト | |
* | |
* Google Spreadsheetのスクリプトとして設置する、時分指定でtootするためのスクリプト。 | |
* このスクリプトのsetTrigger関数を日ごとに起動するトリガーに指定して利用する。 | |
* | |
* Spreadsheetの2行目2列目からn行目までに空行を含まずtootしたいメッセージを入力しておくと、 | |
* 上から順にtootし、一番下のメッセージまでTootしたら、一番上のメッセージに戻って | |
* tootを続ける。 | |
* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
backquote { | |
display: inline; | |
} | |
.twitter-tweet { | |
display: inline; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
How-to サイネージ企画書 | |
====================== | |
仮称 | |
---- | |
Barrage | |
特徴 | |
----- |
NewerOlder