update
This commit is contained in:
parent
bace6d919b
commit
a95d89981e
2 changed files with 4 additions and 1 deletions
3
chrome
3
chrome
|
@ -1,2 +1,3 @@
|
|||
#! /bin/sh
|
||||
chromium-browser --password-store=kwallet --ignore-gpu-blacklist --cipher-suite-blacklist=0x0004,0x0005,0x000a,0x0032,0x009c,0x009e,0xc007,0xc009,0xc00a,0xc011,0xc013,0xc014,0xc02b,0xc02f
|
||||
chromium-browser --password-store=kwallet --ignore-gpu-blacklist --cipher-suite-blacklist=0x0004,0x000a,0x0032,0x009c,0x009e,0xc007,0xc009,0xc00a,0xc011,0xc013,0xc014,0xc02b,0xc02f
|
||||
#,0x0005
|
||||
|
|
2
git-author
Executable file
2
git-author
Executable file
|
@ -0,0 +1,2 @@
|
|||
#! /bin/sh
|
||||
git log --all --format='%aN <%aE>' | awk '{arr[$0]++} END{for (i in arr){print arr[i], i;}}' | sort -rn;
|
Loading…
Reference in a new issue