diff options
author | neodarz <neodarz@neodarz.net> | 2019-09-05 07:48:16 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2019-09-05 07:48:16 +0200 |
commit | 9b19480228d8421c3987a634a602012c953a993e (patch) | |
tree | 4bce21766502f3a72bb2002daeea2a406c2a3bda /dotfiles/scripts/nullify | |
parent | 40dddc15f4a323d3c84c84be7bb2c5ca94d3c07c (diff) | |
download | dotfiles_dotdrop-9b19480228d8421c3987a634a602012c953a993e.tar.xz dotfiles_dotdrop-9b19480228d8421c3987a634a602012c953a993e.zip |
Add some scripts
Diffstat (limited to '')
-rwxr-xr-x | dotfiles/scripts/nullify | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dotfiles/scripts/nullify b/dotfiles/scripts/nullify new file mode 100755 index 0000000..212c88d --- /dev/null +++ b/dotfiles/scripts/nullify @@ -0,0 +1,2 @@ +#!/bin/sh +"$@" &>/dev/null |