Major overhaul
This commit is contained in:
3
local/bin/cleartrash
Executable file
3
local/bin/cleartrash
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
rm -rfv "$HOME/.trash"
|
3
local/bin/forecast
Executable file
3
local/bin/forecast
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
curl -s wttr.in | head -n -1
|
4
local/bin/getip
Executable file
4
local/bin/getip
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
curl -s ipecho.net/plain
|
||||
echo
|
4
local/bin/trash
Executable file
4
local/bin/trash
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
mkdir -p "$HOME/.trash"
|
||||
mv $@ "$HOME/.trash"
|
3
local/bin/weather
Executable file
3
local/bin/weather
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
curl -s wttr.in | head -n -1
|
Reference in New Issue
Block a user