Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
Ilya_Bykonya
Apr 18th, 2024
1,148
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Bash
0.13 KB
| Source Code
|
0
0
raw
download
clone
embed
print
report
#!/bin/bash
db_set
(
)
{
echo
"$1,$2"
>>
database
}
db_get
(
)
{
grep
"^$1,"
database
|
sed
-e
"s/^$1,//"
|
tail
-n
1
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Interesting Goldmine
CSS | 41 min ago | 0.28 KB
December smells like money
CSS | 41 min ago | 0.91 KB
Tiny async Gentoo distfiles cache proxy
Python | 1 hour ago | 4.84 KB
Untitled
1 hour ago | 7.25 KB
upload 3
2 hours ago | 7.87 KB
Untitled
5 hours ago | 7.29 KB
Untitled
7 hours ago | 7.07 KB
Untitled
7 hours ago | 1.54 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!