mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-01 00:19:22 +01:00
Compare commits
2 Commits
088b4108da
...
d99cb3639b
Author | SHA1 | Date | |
---|---|---|---|
d99cb3639b | |||
48d81bad1c |
1
bash/usr-local-bin/.gitignore
vendored
1
bash/usr-local-bin/.gitignore
vendored
@ -1,4 +1,5 @@
|
||||
edge
|
||||
edge-guest
|
||||
libreawoo
|
||||
htop-foot
|
||||
teams
|
||||
|
5
bash/usr-local-bin/brave-guest
Executable file
5
bash/usr-local-bin/brave-guest
Executable file
@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -x
|
||||
brave --guest "$@"
|
||||
set +x
|
5
bash/usr-local-bin/chromium-guest
Executable file
5
bash/usr-local-bin/chromium-guest
Executable file
@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -x
|
||||
chromium --guest "$@"
|
||||
set +x
|
1
bash/usr-local-bin/edge-guest
Symbolic link
1
bash/usr-local-bin/edge-guest
Symbolic link
@ -0,0 +1 @@
|
||||
microsoft-edge-guest
|
5
bash/usr-local-bin/google-chrome-guest
Executable file
5
bash/usr-local-bin/google-chrome-guest
Executable file
@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -x
|
||||
google-chrome --guest "$@"
|
||||
set +x
|
5
bash/usr-local-bin/microsoft-edge-guest
Executable file
5
bash/usr-local-bin/microsoft-edge-guest
Executable file
@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -x
|
||||
microsoft-edge --guest "$@"
|
||||
set +x
|
5
bash/usr-local-bin/vivaldi-guest
Executable file
5
bash/usr-local-bin/vivaldi-guest
Executable file
@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -x
|
||||
vivaldi --guest "$@"
|
||||
set +x
|
@ -1 +1 @@
|
||||
Subproject commit 8f824312835e6ec35635cb56c663fdd014c9e94e
|
||||
Subproject commit 779d86ad67eaf4cfbc2af7d1511e0020e371a222
|
Loading…
Reference in New Issue
Block a user