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:
6
client/bin/disco-shutup
Normal file
6
client/bin/disco-shutup
Normal 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
|
||||
Reference in New Issue
Block a user