This website works better with JavaScript.
Home
Explore
Impressum/About...
Help
Sign In
m
/
dotfiles
Watch
1
Star
0
Fork
0
Code
Issues
2
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
pipe to clip
master
Markus Bergholz
1 year ago
parent
c0abb38106
commit
22933f17cc
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
bash/function.bashrc
+ 2
- 2
bash/function.bashrc
View File
@ -76,5 +76,5 @@ del() {
totp() {
TOKEN=$(jq ".$1" -r totp.json)
oathtool -b --totp $TOKEN
}
oathtool -b --totp $TOKEN
| xclip
}
Write
Preview
Loading…
Cancel
Save