index
:
config_local_arch
ba
ca
ib
master
pp
Device dependent config files for Arch Linux, managed by https://git.flylightning.xyz/fsh/tree/sh/cfg (git bare repo method)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
boot
Age
Commit message (
Collapse
)
Author
2024-02-04
refactor
Xiao Pan
#!/bin/sh
# Printf Xsel
if
[
$#
-eq
0
];
then
/
usr
/
bin
/
printf
'%q'
"
$PWD
"
else
for
dir
;
do
/
usr
/
bin
/
printf
'%q '
"$(realpath -- "
$dir
")"
done
fi
|
xsel
-ib