Japanese, Network/Server/Web/CLI Interesting.
- Resume: https://anya.jp/resume.html
- More Informaton: https://anya.jp/
Japanese, Network/Server/Web/CLI Interesting.
Tuis Tame Table System ( HTML and Js with Bootstrap)
JavaScript 2
@echo off
REM ====================================================================================
REM Windowsの *.sh ファイルをダブルクリックで実行する方法 - How to run a shell script file on Windows by double-clicking on it.
REM HowTo: 予めこのファイルを *sh拡張子のデフォルトで開くアプリにしておく。
REM ----------------------------------
#!/bin/bash -eu
if [[ $# -ne 3 ]];then
echo "書式: $0 [出力ICSファイル名] [西暦] [月]"
exit
fi