This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
zulip
mirror of
https://github.com/zulip/zulip.git
Watch
1
Star
0
Fork
You've already forked zulip
0
Code
Issues
Projects
Releases
Wiki
Activity
07c2b205a4
zulip
/
scripts
/
lib
/
cd_exec
9 lines
101 B
Bash
Executable File
Raw
Blame
History
#!/usr/bin/env bash
set
-e
# cd into $1 and then exec the rest of the args
cd
"
$1
"
shift
exec
"
$@
"
Reference in New Issue
View Git Blame
Copy Permalink