Skip to content

Commit 81cea77

Browse files
removed echo
1 parent 81361d2 commit 81cea77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.zsh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/zsh
2-
dir="$(dirname "$0")"
3-
echo $dir
2+
43
music() {
4+
dir="$(dirname "$0")"
55
if [[ -z $1 ]]; then
66
help
77
else

0 commit comments

Comments
 (0)