Skip to content

Instantly share code, notes, and snippets.

View Yoodahun's full-sized avatar
💭
busy working and stressed

Dahun Yoo Yoodahun

💭
busy working and stressed
View GitHub Profile
@Yoodahun
Yoodahun / RenameFileAndPushToRemoteRepo.sh
Last active May 4, 2019 08:49
File renaming and push project or some file to master branch remote repo
#! /bin/bash
#######################################
## append date to file title ##
## 파일명에 날짜를 붙이기 ##
## and move to specific directory ##
## 그리고 특정 폴더로 이동하기 ##
## GITHUB_PAGE_DIR : 복사해서 이동 ##
## 할 폴더. Documents이후부터 입력.##
######################################