Skip to content

Commit

Permalink
Add:inst for choose a variety of instructions�[D�[D�[D�[D�[D�[D�[D�[D…
Browse files Browse the repository at this point in the history
…�[D�[D�[D�[D�[D�[D�[D�[D�[D�[D�[D�[D�[D�[D�[D�[D�[D�[D�[D�[D�[D�[D�[D�[D�[D�[D�[D�[D�[D�[D�[D�[C�[C for
  • Loading branch information
bamjun committed May 12, 2024
1 parent da81683 commit cd9675e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions inst
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
COLOR_RESET="\033[0m"

echo -e "\033[48;5;11m\033[38;5;21m ◇ INSTRUCTION ◇ ${COLOR_RESET}"

if [ -z "$1" ]; then
echo -e "\033[48;5;11m\033[38;5;21m ◇ 1. docker ◇ ${COLOR_RESET}"
echo -e "\033[48;5;11m\033[38;5;21m ◇ 2. terminal ◇ ${COLOR_RESET}"
echo -e "\033[48;5;11m\033[38;5;21m ◇ 3. git ◇ ${COLOR_RESET}"
echo -e "\033[48;5;11m\033[38;5;21m ◇ 4. poetry ◇ ${COLOR_RESET}"
fi



- shell script command
which

where 윈도우 환경에서 사용하는 명령어

0 comments on commit cd9675e

Please sign in to comment.