mirror of
https://github.com/mr0xb/dotfiles.git
synced 2026-08-28 11:54:57 -04:00
updates
This commit is contained in:
parent
e25cf3edec
commit
05a7dcaebd
4 changed files with 14 additions and 0 deletions
1
.local/bin/godot
Executable file
1
.local/bin/godot
Executable file
|
|
@ -0,0 +1 @@
|
|||
nohup $HOME/.local/share/Godot3.5/Godot_v3.5.1-stable_x11.64 > /dev/null 2>&1 & disown
|
||||
1
.local/bin/godot-mono
Executable file
1
.local/bin/godot-mono
Executable file
|
|
@ -0,0 +1 @@
|
|||
nohup $HOME/.local/share/Godot3.5_Mono/Godot_v3.5.1-stable_mono_x11.64 > /dev/null 2>&1 & disown
|
||||
9
.local/bin/hdx
Executable file
9
.local/bin/hdx
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
#while read data; do
|
||||
data=$1
|
||||
withoutQuotes=`echo ${data} | sed s/\"//g`
|
||||
without0x=`echo ${withoutQuotes} | sed s/0x//g`
|
||||
clean=${without0x}
|
||||
echo $((16#${clean}))
|
||||
#done
|
||||
Loading…
Reference in a new issue