1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-07-01 03:07:13 -07:00
rc/sh/cdbusiest

6 lines
81 B
Plaintext
Raw Normal View History

#!/usr/bin/env zsh
2013-06-28 05:22:14 -07:00
dbusiest | read -r c d
2013-07-08 17:46:33 -07:00
[ -z $c ] && return 1
2013-06-28 05:22:14 -07:00
<<<"$c $d"
cd $d