Skip to content

Instantly share code, notes, and snippets.

View joe41203's full-sized avatar
🏠
Working from home

kinjo joe41203

🏠
Working from home
  • 07:16 (UTC +09:00)
View GitHub Profile
@joe41203
joe41203 / fetch_kernel_version.sh
Last active June 24, 2019 08:01
インベントリに登録されているEC2のカーネルのバージョンを取得するスクリプト
#!/bin/bash
#
set -e
function usage {
cat <<EOF
$(basename "$0") is a tool for fetching kernel version
Usage: