Merge branch 'master' of origin
This commit is contained in:
commit
720e2a2ad3
8
.todo2
8
.todo2
@ -4,7 +4,8 @@
|
||||
{
|
||||
"text": "Clean dishes in sink",
|
||||
"priority": "veryhigh",
|
||||
"creation": 1585609661
|
||||
"creation": 1585609661,
|
||||
"completion": 1585675940
|
||||
},
|
||||
{
|
||||
"text": "Cancel duolingo subscription before April 2nd",
|
||||
@ -35,6 +36,11 @@
|
||||
"text": "get smokes",
|
||||
"priority": "medium",
|
||||
"creation": 1585667890
|
||||
},
|
||||
{
|
||||
"text": "Fix Jsearch",
|
||||
"priority": "medium",
|
||||
"creation": 1585671336
|
||||
}
|
||||
]
|
||||
}
|
45
.todo2~
Normal file
45
.todo2~
Normal file
@ -0,0 +1,45 @@
|
||||
{
|
||||
"title": "",
|
||||
"tasks": [
|
||||
{
|
||||
"text": "Clean dishes in sink",
|
||||
"priority": "veryhigh",
|
||||
"creation": 1585609661
|
||||
},
|
||||
{
|
||||
"text": "Cancel duolingo subscription before April 2nd",
|
||||
"priority": "veryhigh",
|
||||
"creation": 1585614956
|
||||
},
|
||||
{
|
||||
"text": "Write post on Nim forums about Space Nim",
|
||||
"priority": "medium",
|
||||
"creation": 1585117484
|
||||
},
|
||||
{
|
||||
"text": "find radio chargers",
|
||||
"priority": "low",
|
||||
"creation": 1585609589
|
||||
},
|
||||
{
|
||||
"text": "work on old computer from Lee",
|
||||
"priority": "low",
|
||||
"creation": 1585609627
|
||||
},
|
||||
{
|
||||
"text": "set up joplin on Lindsay's computer",
|
||||
"priority": "low",
|
||||
"creation": 1585609744
|
||||
},
|
||||
{
|
||||
"text": "get smokes",
|
||||
"priority": "medium",
|
||||
"creation": 1585667890
|
||||
},
|
||||
{
|
||||
"text": "Fix Jsearch",
|
||||
"priority": "medium",
|
||||
"creation": 1585671336
|
||||
}
|
||||
]
|
||||
}
|
4
nmip.sh
4
nmip.sh
@ -19,8 +19,10 @@ NC='\033[0m' # No Color
|
||||
|
||||
if [ ! -f /usr/bin/nmap ];then
|
||||
printf "${LRED} Nmap is not installed...${NC}\n"
|
||||
else
|
||||
elif [ ! -z "${1}" ];then
|
||||
nmap -sP "${1}/24"
|
||||
|
||||
else
|
||||
printf "${LGREEN}Looking up ${lanip}...${NC}\n"
|
||||
nmap -sP ${lanip}/24 # Use sudo to get names of devies
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user