summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2016-06-29 11:59:37 +0200
committerFlorian Pritz <bluewind@xinu.at>2016-06-29 11:59:37 +0200
commite77020b91186cb2408696b07b9c4113c8693361d (patch)
tree56ca2a80205bb402ffacfe794fe9f7291a0666d1
parent1df5ce85ba736f9844cfdabfec9167c3d424c33b (diff)
downloadbin-e77020b91186cb2408696b07b9c4113c8693361d.tar.gz
bin-e77020b91186cb2408696b07b9c4113c8693361d.tar.xz
Add steam and composer wrappers
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rwxr-xr-xcomposer3
-rwxr-xr-xsteam4
2 files changed, 7 insertions, 0 deletions
diff --git a/composer b/composer
new file mode 100755
index 0000000..5f803dd
--- /dev/null
+++ b/composer
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+php -d allow_url_fopen=1 /usr/bin/composer "$@"
diff --git a/steam b/steam
new file mode 100755
index 0000000..337621c
--- /dev/null
+++ b/steam
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+export SDL_AUDIODRIVER=pulse
+exec /usr/bin/steam