aboutsummaryrefslogtreecommitdiff
path: root/.useful
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2024-07-13 16:23:06 -0400
committerB. Stack <bgstack15@gmail.com>2024-07-13 16:23:06 -0400
commitc6ec4dd41d1b9569f5b37ee263c4d747c47e188e (patch)
treef8e76d74522c8aebe36674769951aca04c2aaf12 /.useful
parentupdate cron-run script to use separate images for html (diff)
downloadlibrary-info-c6ec4dd41d1b9569f5b37ee263c4d747c47e188e.tar.gz
library-info-c6ec4dd41d1b9569f5b37ee263c4d747c47e188e.tar.bz2
library-info-c6ec4dd41d1b9569f5b37ee263c4d747c47e188e.zip
all libraries: collect card expiry date
Diffstat (limited to '.useful')
-rw-r--r--.useful1
1 files changed, 1 insertions, 0 deletions
diff --git a/.useful b/.useful
new file mode 100644
index 0000000..344dbd5
--- /dev/null
+++ b/.useful
@@ -0,0 +1 @@
+vi $( find . ! -type d ! -name *.pyc ! -path */.git/* | sort )
bgstack15