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

6 lines
73 B
Plaintext
Raw Normal View History

2013-06-28 05:22:14 -07:00
#!/bin/zsh
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