diff options
| author | 2024-10-19 12:05:15 -0400 | |
|---|---|---|
| committer | 2024-10-19 12:13:26 -0400 | |
| commit | 42e8c4d28b6fe9cc5e041f02e0c85b390d49a218 (patch) | |
| tree | 59080eec3dd79d225bb31fb0f7e646cc22880d39 /taro/scripts | |
| parent | 2bb807dd32e1c18a6f1e8f22c25141de3334de9f (diff) | |
| download | mauri-42e8c4d28b6fe9cc5e041f02e0c85b390d49a218.tar.gz mauri-42e8c4d28b6fe9cc5e041f02e0c85b390d49a218.tar.bz2 mauri-42e8c4d28b6fe9cc5e041f02e0c85b390d49a218.zip | |
Attempt to make usable and packageable
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'taro/scripts')
| -rwxr-xr-x | taro/scripts/run_wallpaper.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/taro/scripts/run_wallpaper.sh b/taro/scripts/run_wallpaper.sh deleted file mode 100755 index a274889..0000000 --- a/taro/scripts/run_wallpaper.sh +++ /dev/null @@ -1,6 +0,0 @@ -#! /usr/bin/env sh -if [ "$1" = "true" ]; then - exec mauri -p $2/scene.pkg -m $3 -w $4 -h $5 -else - exec mauri -d $2 -m $3 -w $4 -h $5 -fi |