key-handler (172B)
1 #!/bin/sh 2 while read file; do 3 case "$1" in 4 "y") 5 printf "$file" | clc;; 6 "Y") 7 fullpath="$(realpath $file)" 8 printf "$fullpath" | clc;; 9 esac 10 done
dotfilesMy personal shell configs and stuff | |
git clone git://git.alex.balgavy.eu/dotfiles.git | |
Log | Files | Refs | Submodules | README | LICENSE |