Skip to content
View anya-tokugawa's full-sized avatar
:shipit:
:shipit:

Sponsoring

@AzorianSolutions

Organizations

@tuis-nettech

Block or report anya-tokugawa

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
anya-tokugawa/README.md

Pinned Loading

  1. .zsh .zsh Public

    my zsh configuration

    Shell

  2. tuis-nettech/t3system tuis-nettech/t3system Public archive

    Tuis Tame Table System ( HTML and Js with Bootstrap)

    JavaScript 2

  3. .vimrc.d .vimrc.d Public

    Simple VIM Configuration

    Shell

  4. idea-and-todo idea-and-todo Public

    My Idea Notepad

  5. Windowsからダブルクリックで、Windows上にあるシェルスクリプ... Windowsからダブルクリックで、Windows上にあるシェルスクリプトを実行する方法
    1
    @echo off
    2
    REM ====================================================================================
    3
    REM Windowsの *.sh ファイルをダブルクリックで実行する方法 -  How to run a shell script file on Windows by double-clicking on it.
    4
    REM HowTo: 予めこのファイルを *sh拡張子のデフォルトで開くアプリにしておく。
    5
    REM ----------------------------------
  6. アルバイト用のiCalendarジェネレーターbashスクリプト アルバイト用のiCalendarジェネレーターbashスクリプト
    1
    #!/bin/bash -eu
    2
    if [[ $# -ne 3 ]];then
    3
    	echo "書式: $0 [出力ICSファイル名] [西暦] [月]"
    4
    	exit
    5
    fi