Linux
Monday, 30 September 2019
if else
#!/bin/bash
a=0
b=7
if ! [ $a -ne 0 ] && ! [ $b -ne 7 ];
then
echo "success"
fi
$success
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment