aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/SuckIt
diff options
context:
space:
mode:
authordvs12025-02-21 18:05:24 +1000
committerdvs12025-02-21 18:05:24 +1000
commitc65d6e0183cb8b82e3faa143b52347d620cadc27 (patch)
tree8c7182ed28a95965192e30bd201d0d3dec38e825 /SuckIt
parentTODO++ (diff)
downloadnotYetAnotherWiki-c65d6e0183cb8b82e3faa143b52347d620cadc27.zip
notYetAnotherWiki-c65d6e0183cb8b82e3faa143b52347d620cadc27.tar.gz
notYetAnotherWiki-c65d6e0183cb8b82e3faa143b52347d620cadc27.tar.bz2
notYetAnotherWiki-c65d6e0183cb8b82e3faa143b52347d620cadc27.tar.xz
One of these days I'll remember how to redirect both stdout and stderr to null.
Diffstat (limited to 'SuckIt')
-rwxr-xr-xSuckIt2
1 files changed, 1 insertions, 1 deletions
diff --git a/SuckIt b/SuckIt
index 0c45831..34456c7 100755
--- a/SuckIt
+++ b/SuckIt
@@ -43,7 +43,7 @@ do
43 dest="users" 43 dest="users"
44 else 44 else
45 rm users/${file}_fos.SED 45 rm users/${file}_fos.SED
46 rm -d `dirname users/${file}` 2>1 1>/dev/null 46 rm -d `dirname users/${file}` >/dev/null 2>&1
47 fi 47 fi
48 mkdir -p `dirname ${dest}/${file}` 48 mkdir -p `dirname ${dest}/${file}`
49 touch Foswiki/${base}/${file}.md 49 touch Foswiki/${base}/${file}.md