This website requires JavaScript.
Explore
Help
Sign In
tange
/
tangetools
Watch
1
Star
0
Fork
You've already forked tangetools
0
Code
Issues
Pull requests
Actions
Packages
Projects
Releases
Wiki
Activity
not: negate the output value of a program.
Browse source
...
This commit is contained in:
Ole Tange
2012-12-03 14:16:03 +01:00
parent
5777fa9159
commit
75ac15c2af
1 changed files
with
9 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show stats
Download patch file
Download diff file
Expand all files
Collapse all files
9
not/not
Executable file
Unescape
Escape
View file
@ -0,0 +1,9 @@
#!/bin/bash
if "$@"; then
exit 1
else
exit 0
fi
Write
Preview
Loading…
Cancel
Save
Reference in a new issue
Repository
tange/tangetools
Title
Body
Create issue