deleted wrappers
This commit is contained in:
parent
d515f1e77a
commit
b1dfdd587e
5 changed files with 0 additions and 23 deletions
|
@ -1,3 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
emacsclient -c -a "emacs"
|
|
@ -1,5 +0,0 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
HOME=$HOME/.local/share/librewolf
|
||||
mkdir -p "$HOME"
|
||||
exec /usr/bin/librewolf "$@"
|
|
@ -1,5 +0,0 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
HOME=$HOME/.local/share/minecraft
|
||||
mkdir -p "$HOME"
|
||||
exec /usr/bin/minecraft-launcher "$@"
|
|
@ -1,5 +0,0 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
HOME=$HOME/.local/share/minetest
|
||||
mkdir -p "$HOME"
|
||||
exec /usr/games/minetest "$@"
|
|
@ -1,5 +0,0 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
HOME=$HOME/.local/share/Rstudio
|
||||
mkdir -p "$HOME"
|
||||
exec /usr/bin/rstudio "$@"
|
Loading…
Reference in a new issue