more script updates
This commit is contained in:
parent
86ae6cd76b
commit
9eb9e612c9
2 changed files with 4 additions and 1 deletions
3
local/bin/intellij
Executable file
3
local/bin/intellij
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
_JAVA_AWT_WM_NONREPARENTING=1 exec idea.sh
|
|
@ -6,5 +6,5 @@
|
|||
read -p "Alias: " alias_
|
||||
read -s -p "Secret: " secret
|
||||
|
||||
echo -n "$secret$alias_" | shasum | xxd -r -p | base64 | colrm 17
|
||||
echo -n "$secret$alias_" | shasum | sed 's/../\\\\x&/g' | xargs echo -e | base64 | colrm 17
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue