Skip to content

Instantly share code, notes, and snippets.

View chris-ryu's full-sized avatar

RYU, Gyoung-seok chris-ryu

  • Seoul
View GitHub Profile
@chris-ryu
chris-ryu / note-script.md
Created March 19, 2025 11:08
메모: note-script.md

note-script 메모

#!/bin/bash

# 오늘 날짜를 YYYY-MM-DD 형식으로 가져옵니다
TODAY=$(date +"%Y-%m-%d")

# 파일명 설정: 매개변수가 제공되면 사용, 아니면 오늘 날짜 사용
if [ -n "$1" ]; then
    # 매개변수가 제공된 경우
@chris-ryu
chris-ryu / 2025-03-18.md
Created March 19, 2025 11:07
메모: 2025-03-18.md

2025-03-18 메모

@chris-ryu
chris-ryu / 2025-03-19.md
Created March 19, 2025 10:57
오늘(2025-03-19)의 메모

2025-03-19 메모