Skip to content

Instantly share code, notes, and snippets.

@mala
mala / CVE-2019-5418_is_RCE.md
Last active February 7, 2021 04:25
Rails の CVE-2019-5418 は RCE (Remote code execution) です
@yoshiki-0428
yoshiki-0428 / setup.sh
Last active March 3, 2023 13:59
Mac OSの初期化時に設定するshellです。1: Setup Mac 2: Brew install 3: Apple App install 4: Fish install
#!/bin/bash
# ================================================================================
# 【For Mac】MacOS.sh : Setup MacOS
# ================================================================================
if [ "$(uname)" != "Darwin" ] ; then
echo 'Not macOS!'
exit 1