Created
March 30, 2016 05:16
-
-
Save pprince/224e076b03b1d42bcc6be07cdc72c377 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env sh | |
t=urxvtcd | |
if [ $# -eq 1 ]; then | |
"$t" -e "$1" | |
else | |
"$t" "$@" | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment