diff options
Diffstat (limited to 'home/dot_local/share/pass-extensions/executable_exit.bash')
| -rw-r--r-- | home/dot_local/share/pass-extensions/executable_exit.bash | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/home/dot_local/share/pass-extensions/executable_exit.bash b/home/dot_local/share/pass-extensions/executable_exit.bash new file mode 100644 index 0000000..06bd986 --- /dev/null +++ b/home/dot_local/share/pass-extensions/executable_exit.bash @@ -0,0 +1,2 @@ +#!/bin/bash +exit 0 |