fix .bin scripts
This commit is contained in:
@@ -1,7 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
menu=$(echo -e "firefox -P work\nfirewarden chromium\nchromium --profile-directory=Default\ngoogle-chat-linux.sh\n| xclip -selection c\n" | rofi -dmenu -p "browser ")
|
|
||||||
if [[ $menu == \|* ]]; then
|
|
||||||
eval echo \"$@\" $menu > /dev/null 2>&1 &
|
|
||||||
else
|
|
||||||
eval $menu \"$@\" > /dev/null 2>&1 &
|
|
||||||
fi
|
|
||||||
7
.config/yadm/alt/.bin/browser.sh##o.Linux
Executable file
7
.config/yadm/alt/.bin/browser.sh##o.Linux
Executable file
@@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
menu=$(echo -e "firefox -P work\nchromium --profile-directory=Default\n| xclip -selection c\n" | rofi -dmenu -p "browser ")
|
||||||
|
if [[ $menu == \|* ]]; then
|
||||||
|
eval echo \"$@\" $menu > /dev/null 2>&1 &
|
||||||
|
else
|
||||||
|
eval $menu \"$@\" > /dev/null 2>&1 &
|
||||||
|
fi
|
||||||
@@ -1 +0,0 @@
|
|||||||
ZDOTDIR=/home/snarbutas/.yadm/alt/codeshell /bin/zsh
|
|
||||||
1
.config/yadm/alt/.bin/codezsh##o.Linux,h.epiphanius
Executable file
1
.config/yadm/alt/.bin/codezsh##o.Linux,h.epiphanius
Executable file
@@ -0,0 +1 @@
|
|||||||
|
ZDOTDIR=/home/snarbutas/.config/yadm/alt/codeshell /bin/zsh
|
||||||
Binary file not shown.
Binary file not shown.
@@ -1 +0,0 @@
|
|||||||
/home/snarbutas/kafkatool/kafkatool
|
|
||||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user