summaryrefslogtreecommitdiff
path: root/archive
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-07-01 11:52:33 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-07-01 13:09:44 -0700
commit746a06c8b2af4aba62e9b9f3ec13ae2ee11c417e (patch)
treeabe9aa5473528aa06dda1416a092100d3771a064 /archive
parent57beeeeaa062ac9f29774d93370a604224f264c9 (diff)
downloaddotfiles-746a06c8b2af4aba62e9b9f3ec13ae2ee11c417e.tar.gz
move archived 'dired' script to actual archive
Diffstat (limited to 'archive')
-rwxr-xr-xarchive/bin/dired3
1 files changed, 3 insertions, 0 deletions
diff --git a/archive/bin/dired b/archive/bin/dired
new file mode 100755
index 00000000..6b3199c3
--- /dev/null
+++ b/archive/bin/dired
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+emacsclient -nw --eval "(dired \"$@\")"