Moved some stuff around, added the first unit test, with no instructions on how to run it; updated readme for NOOP explanation.

This commit is contained in:
2012-08-06 19:27:55 -04:00
parent cea08e9d74
commit 22aa757238
9 changed files with 54 additions and 15 deletions

6
client/bin/disco-shutup Normal file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
# This is a convenience to the user of restricted shells, so they can redirect stdout to /dev/null
# Use like [ COMMAND | disco-shutup] ... doesn't do much for stderr, sorry.
cat > /dev/null