We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f460cf commit 6ec56f6Copy full SHA for 6ec56f6
backup_github_full.sh
@@ -24,7 +24,7 @@ say_section() { # 구분선과 섹션 타이틀 출력
24
echo "--------------------------------------------------"
25
echo "$1"
26
27
-}
+}
28
29
need_cmd() { # 명령 유무 확인
30
if ! command -v "$1" >/dev/null 2>&1; then
0 commit comments