summaryrefslogtreecommitdiff
path: root/drop
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2020-06-05 14:00:07 -0700
committerBen Sima <ben@bsima.me>2020-06-05 14:00:35 -0700
commit3f93e1002f7de0ef9ab7fb507e31442081419fcd (patch)
tree4e6a77771ae67a30cf3eaeb06b9a26b3f016cc52 /drop
parent381b7d5d476b6c730fefbb26927251cb4a016ffa (diff)
Add quakes, human, and pick/drop
Diffstat (limited to 'drop')
-rwxr-xr-xdrop2
1 files changed, 2 insertions, 0 deletions
diff --git a/drop b/drop
new file mode 100755
index 0000000..6680676
--- /dev/null
+++ b/drop
@@ -0,0 +1,2 @@
+#!/bin/sh
+xargs -0 -I'{}' cp '{}' . < ~/.pick && rm -f ~/.pick