Introduction
Introduction Statistics Contact Development Disclaimer Help
tcookwhat: search all files - recipes - various cooking recipes
git clone git://src.adamsgaard.dk/recipes
Log
Files
Refs
---
commit 586bc81c8753a0c6faa0d2c7e64e69064f65fa6c
parent ed66d3ef2d17b66b316934e62b2dde1d7ed8d5ae
Author: Anders Damsgaard <[email protected]>
Date: Thu, 26 Aug 2021 21:10:17 +0200
cookwhat: search all files
Diffstat:
M cookwhat | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/cookwhat b/cookwhat
t@@ -1,5 +1,5 @@
#!/bin/sh
-cmd="find . -iname '*.md' -type f"
+cmd="find . -type f"
i=0
for a in "$@"; do
i=$((i + 1))
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.