1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2025-03-18 23:55:38 -07: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