aboutsummaryrefslogtreecommitdiff
path: root/pm
diff options
context:
space:
mode:
Diffstat (limited to 'pm')
-rwxr-xr-xpm7
1 files changed, 0 insertions, 7 deletions
diff --git a/pm b/pm
index 6993f9f..b102d41 100755
--- a/pm
+++ b/pm
@@ -48,13 +48,6 @@ getFifo() {
echo "$_p"
}
-tmpdir() {
- _t=$(mktemp)
- rm -f "$_t"
- mkdir "$_t"
- echo "$_t"
-}
-
_clip() {
case $(uname) in
Darwin)