1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-11-05 06:49:03 -08:00
rc/sh/cdbusiest

5 lines
73 B
Bash
Executable file

#!/bin/zsh
dbusiest | read -r c d
[ -z $c ] && return 1
<<<"$c $d"
cd $d