This website requires JavaScript.
Explore
Help
Sign In
c-l
/
immich
Watch
1
Star
0
Fork
You've already forked immich
0
mirror of
https://github.com/immich-app/immich.git
synced
2025-01-23 12:12:45 +01:00
Code
Releases
Activity
ec6b56f63c
immich
/
server
/
bin
/
cli.sh
3 lines
68 B
Bash
Raw
Normal View
History
Unescape
Escape
fix: shebangs (#3643) Signed-off-by: lucasew <lucas59356@gmail.com>
2023-08-17 05:50:01 +02:00
#!/usr/bin/env bash
chore(server): update new CLI into the image (#5192)
2023-11-20 18:23:28 +01:00
node ./node_modules/@immich/cli/dist/index
"
$@
"
Copy permalink