Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
centos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
platyhouse
centos
Commits
25dea45a
Commit
25dea45a
authored
Oct 15, 2025
by
platyhouse
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
8b00b120
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
cd_pty
cd_pty
+4
-0
ptySetBash
ptySetBash
+2
-0
No files found.
cd_pty
0 → 100755
View file @
25dea45a
#!/bin/bash
SCRIPT_DIR
=
"
$(
cd
"
$(
dirname
"
${
BASH_SOURCE
[0]
:-
$0
}
"
)
"
&&
pwd
)
"
echo
"
$SCRIPT_DIR
로 이동중"
cd
"
$SCRIPT_DIR
"
ptySetBash
View file @
25dea45a
...
@@ -133,6 +133,8 @@ echo "" >> ~/.zshrc
...
@@ -133,6 +133,8 @@ echo "" >> ~/.zshrc
echo
"# 스크립트 실행 경로 추가"
>>
~/.zshrc
echo
"# 스크립트 실행 경로 추가"
>>
~/.zshrc
echo
"PATH=
\$
PATH:
$SCRIPT_DIR
"
>>
~/.zshrc
echo
"PATH=
\$
PATH:
$SCRIPT_DIR
"
>>
~/.zshrc
echo
"alias cd_pty=
\"
cd
$SCRIPT_DIR
\"
"
>>
~/.zshrc
# centos 에 설정
# centos 에 설정
elif
[[
"
$OS_TYPE
"
==
"Linux"
]]
;
then
elif
[[
"
$OS_TYPE
"
==
"Linux"
]]
;
then
# 백업 생성
# 백업 생성
...
...
platyhouse
@platyhouse
mentioned in commit
8587004b
·
Dec 16, 2025
mentioned in commit
8587004b
mentioned in commit 8587004bfbebb2ceff13804bc1eea04727f6a285
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment