This website works better with JavaScript
Home
Explore
Help
Sign In
AI
/
opencode-ide-plugin
mirror of
https://github.com/paviko/opencode-ide-plugin.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
scripts/hooks: Change shebang to universal /bin/sh (
#453
)
TheGoddessInari
7 months ago
parent
d2176064e1
commit
d0f9260559
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
scripts/hooks
+ 1
- 1
scripts/hooks
View File
@@ -1,4 +1,4 @@
-#!/bin/
ba
sh
+#!/bin/sh
if [ ! -d ".git" ]; then
exit 0