summaryrefslogtreecommitdiff
path: root/home/xyz/.local/bin/px
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2024-01-09 15:15:54 +0000
committerXiao Pan <gky44px1999@gmail.com>2024-01-09 15:15:54 +0000
commita8b504f7f99f49420458a0e52bb8a4de0600b58e (patch)
tree44830806ede1edfe998cbcdd1e88b6bb9c08a5ad /home/xyz/.local/bin/px
parent3aa23f9d240e7bb29fc91e6ce81eb51665f8db0b (diff)
move to fsh
Diffstat (limited to 'home/xyz/.local/bin/px')
-rwxr-xr-xhome/xyz/.local/bin/px10
1 files changed, 0 insertions, 10 deletions
diff --git a/home/xyz/.local/bin/px b/home/xyz/.local/bin/px
deleted file mode 100755
index 1b4e849d..00000000
--- a/home/xyz/.local/bin/px
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/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