Skip to content

Instantly share code, notes, and snippets.

View TatsuyaYamamoto's full-sized avatar
🤗

Tatsuya Yamamoto / T28_tatsuya TatsuyaYamamoto

🤗
View GitHub Profile
@azu
azu / Patterns for Participating.md
Last active January 14, 2023 09:11
プログラミング言語標準化のパターン
@stoshiya
stoshiya / ebs-resize.sh
Last active May 31, 2018 00:53
EBS Resizing Script
#!/bin/sh
#
# $ sudo yum install jq
# $ sudo pip install -U awscli
# # sh ./ebs-resize.sh -d /dev/xvdf -v ebs-volume-name
#
usage() {
echo "Usage: $0 -d device-name -v ebs-volume-name" 1>&2
exit 1