summaryrefslogtreecommitdiffstats
path: root/run.sh
diff options
context:
space:
mode:
authorJonathan Bauer2011-06-17 16:02:53 +0200
committerJonathan Bauer2011-06-17 16:02:53 +0200
commit50efdffaa4f096fd4fda812e46765c5c018bb1b4 (patch)
treeb51b98be127abcbef36445d00b0e6f4296cad4f6 /run.sh
parenttesting positions and sizes of floating widgets to find the better layout alt... (diff)
downloadfbsplash-50efdffaa4f096fd4fda812e46765c5c018bb1b4.tar.gz
fbsplash-50efdffaa4f096fd4fda812e46765c5c018bb1b4.tar.xz
fbsplash-50efdffaa4f096fd4fda812e46765c5c018bb1b4.zip
the geometric way to layout label/progress bar, TODO proper central widget...
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.sh b/run.sh
index 098b060..d679a44 100755
--- a/run.sh
+++ b/run.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
# path to script (including script name)
script_path="$(cd "${0%/*}" 2>/dev/null; echo "$PWD"/"${0##*/}")"