Skip to content

Instantly share code, notes, and snippets.

@tk3fftk
Created July 27, 2022 05:25
Show Gist options
  • Save tk3fftk/875238639d543e9a3d9a465e2575ad1f to your computer and use it in GitHub Desktop.
Save tk3fftk/875238639d543e9a3d9a465e2575ad1f to your computer and use it in GitHub Desktop.

sh

# comment
## comment-commnet

echo 123 "aaa"

echo "123456" | sed 's/123/abc/'
export HOGE=hoge
echo "${HOGE}"

npm install

shell

# comment
## comment-commnet

echo 123 "aaa"

echo "123456" | sed 's/123/abc/'
export HOGE=hoge
echo "${HOGE}"

npm install

console

# comment
## comment-commnet

echo 123 "aaa"

echo "123456" | sed 's/123/abc/'
export HOGE=hoge
echo "${HOGE}"

npm install

bash

# comment
## comment-commnet

echo 123 "aaa"

echo "123456" | sed 's/123/abc/'
export HOGE=hoge
echo "${HOGE}"

npm install

zsh

# comment
## comment-commnet

echo 123 "aaa"

echo "123456" | sed 's/123/abc/'
export HOGE=hoge
echo "${HOGE}"

npm install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment