Skip to content

Instantly share code, notes, and snippets.

@leesh6796
leesh6796 / init-lambda.sh
Last active March 9, 2026 09:18
init-lambda.sh
#!/bin/bash
set -e
# 사용법: curl ... | bash -s "GH_TOKEN" "DOCKER_TOKEN" "HF_TOKEN" "DOTFILES_REPO_URL" "REPO_URL" ["DATA_ROOT"]
GITHUB_TOKEN=$1
DOCKER_TOKEN=$2
HF_TOKEN=$3
DOTFILES_REPO_URL=$4
TARGET_REPO_URL=$5