Skip to content

[Directory Edit] 년도 폴더 생성 + Week 27 폴더 생성 #137

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
[Directory Edit] 년도 폴더 생성 + Week 27 폴더 생성
앞으로 계속 Week가 많아지면  디렉토리가 정리가 안된 느낌이 클 것 같아 크게 년도로 구분을 했습니다.
추가로 11월부터는 월 단위로도 구분할 계획입니다.
  • Loading branch information
skydreamer21 committed Oct 18, 2022
commit b36dd88ad40e3130666be53797391eb0f0400d88
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 5 additions & 0 deletions 2022/[Week27 - Mix]/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Week27
22.10.18 ~ 22.10.24

# Topic
Mix
14 changes: 14 additions & 0 deletions 2022/[Week27 - Mix]/make_dir.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/bin/bash

study_member=(김민조 김주현 송민기 이승훈 황태환)

for name in "${study_member[@]}"
do
if [ ! -d $name ]; then
mkdir $name
fi
if [ ! -e $name/temp ]; then
touch $name/temp
fi
done

Empty file.
Loading