Skip to content

Instantly share code, notes, and snippets.

@kj-sh604
Created February 17, 2024 08:19
Show Gist options
  • Save kj-sh604/17af916a3f794ea96f3feff4d2d48f68 to your computer and use it in GitHub Desktop.
Save kj-sh604/17af916a3f794ea96f3feff4d2d48f68 to your computer and use it in GitHub Desktop.
cd.sh
#!/bin/sh
# remove ".sh" extension when placing in /bin
builtin cd "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment