diff options
author | Kevin Wallace <kevin@wallace.seattle.wa.us> | 2019-05-31 19:23:32 -0700 |
---|---|---|
committer | Kevin Wallace <kevin@wallace.seattle.wa.us> | 2019-05-31 19:23:32 -0700 |
commit | 56d23baef9f1d141da997befddb4a45c3a08a2c5 (patch) | |
tree | 4b248a0c7e35ebf203a9bfe0a35dbe8521582697 | |
parent | more more links (diff) |
make trim behave a bit nicer
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -20,8 +20,8 @@ sync: newest .PHONY: trim trim: - ls enwiki-*-snap.index | sort | head -n -2 | xargs rm - ls enwiktionary-*-snap.index | sort | head -n -2 | xargs rm + ls enwiki-*-snap.index | sort | head -n -2 | xargs -rt rm + ls enwiktionary-*-snap.index | sort | head -n -2 | xargs -rt rm %/.git: git submodule update --init $* |