mirror of
https://github.com/notwa/rc
synced 2024-11-05 04:29:03 -08:00
5 lines
73 B
Bash
Executable file
5 lines
73 B
Bash
Executable file
#!/bin/zsh
|
|
dbusiest | read -r c d
|
|
[ -z $c ] && return 1
|
|
<<<"$c $d"
|
|
cd $d
|