Skip to content

Commit 1888e1a

Browse files
committed
q
1 parent 56894cd commit 1888e1a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.agent/skills/bash-scripting/SKILL.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ But to be specific:
2525

2626
When you have to go up from current script location use ../ or ../../ but the general target is to reach root directory of the project and then from there somewhere else then define ROOT by rerriving it from DIR and from that point use ROOT to reach wherever you need to reach.
2727

28+
WARNING: if you have no intetnion to use ROOT in your script then don't define it at all.
29+
2830
# shebang
2931

3032
Don't use shebang at the top of the file.

0 commit comments

Comments
 (0)